Skip to content

Commit 550b718

Browse files
authored
Update .travis.yml
1 parent 93bcc1d commit 550b718

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

.travis.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,32 @@
11
language: csharp
2-
sudo: false
2+
sudo: required
33
dist: trusty
4+
addons:
5+
apt:
6+
packages:
7+
- gettext
8+
- libcurl4-openssl-dev
9+
- libicu-dev
10+
- libssl-dev
11+
- libunwind8
12+
- zlib1g
413
env:
514
global:
615
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
716
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
8-
mono: none
17+
mono:
18+
- 4.0.5
919
os:
1020
- linux
1121
- osx
12-
osx_image: xcode8.2
22+
osx_image: xcode7.1
1323
branches:
1424
only:
1525
- master
1626
- release
1727
- dev
1828
- /^(.*\/)?ci-.*$/
1929
before_install:
20-
- chmod u+x build.sh
2130
- 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
2231
script:
23-
- ./build.sh
32+
- ./build.sh --quiet verify

0 commit comments

Comments
 (0)