From 0c03bdee5af955ff7dd5cb839376ce125c9e2d73 Mon Sep 17 00:00:00 2001 From: Juan Carlos Tong Date: Wed, 2 Jan 2019 11:38:53 -0800 Subject: [PATCH] refac(ci): improve build time also added testing of mono: 5.18.0 in order to force travis to run unit tests --- .travis.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a37f0b71..d48f326f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ language: csharp mono: -- 5.2.0 + - 5.2.0 +# needed to make travis run the unit tests + - 5.18.0 solution: "./OptimizelySDK.Travis.sln" install: - nuget restore ./OptimizelySDK.Travis.sln @@ -18,7 +20,9 @@ stages: jobs: include: - stage: 'Integration tests' + merge_mode: replace env: SDK=csharp + cache: false language: python before_install: skip install: @@ -27,4 +31,4 @@ jobs: - "aws s3 cp s3://optimizely-travisci-artifacts/ci/trigger_fullstack-sdk-compat.sh ci/ && chmod u+x ci/trigger_fullstack-sdk-compat.sh" script: - "ci/trigger_fullstack-sdk-compat.sh" - after_success: skip + after_success: travis_terminate 0