Browse Source
Update .travis.yml to use Ubuntu Xenial 16.04
pull/785/head
Kévin Chalet
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
5 deletions
-
.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 |