File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : csharp
2- sudo : false
2+ sudo : required
33dist : trusty
4+ addons :
5+ apt :
6+ packages :
7+ - gettext
8+ - libcurl4-openssl-dev
9+ - libicu-dev
10+ - libssl-dev
11+ - libunwind8
12+ - zlib1g
413env :
514 global :
615 - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
716 - DOTNET_CLI_TELEMETRY_OPTOUT : 1
8- mono : none
17+ mono :
18+ - 4.0.5
919os :
1020 - linux
1121 - osx
12- osx_image : xcode8.2
22+ osx_image : xcode7.1
1323branches :
1424 only :
1525 - master
1626 - release
1727 - dev
1828 - /^(.*\/)?ci-.*$/
1929before_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
2231script :
23- - ./build.sh
32+ - ./build.sh --quiet verify
You can’t perform that action at this time.
0 commit comments