diff --git a/.travis.yml b/.travis.yml index 5f207f5e..13c92861 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: csharp -sudo: false -dist: trusty +mono: none +dist: xenial addons: apt: packages: @@ -14,12 +14,9 @@ env: global: - DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true - DOTNET_CLI_TELEMETRY_OPTOUT: 1 -mono: none os: - linux - osx osx_image: xcode8.2 -before_install: - - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib /usr/local/lib/; ln -s /usr/local/opt/openssl/lib/libssl.1.0.0.dylib /usr/local/lib/; fi script: - ./eng/common/cibuild.sh -configuration Release -prepareMachine \ No newline at end of file