File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- language : csharp
2- sudo : required
3- dist : trusty
4- addons :
1+ language : csharp
2+ sudo : required
3+ dist : trusty
4+ env :
5+ - CLI_VERSION=1.0.0-preview2-1-003177
6+ addons :
57 apt :
68 packages :
79 - gettext
@@ -10,24 +12,21 @@ addons:
1012 - libssl-dev
1113 - libunwind8
1214 - zlib1g
13- env :
14- global :
15- - CLI_VERSION=1.0.0-preview2-1-003177
16- - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
17- - DOTNET_CLI_TELEMETRY_OPTOUT : 1
18- mono :
19- - 4.0.5
20- os :
15+ mono :
16+ - 4.2.3
17+ os :
2118 - linux
2219 - osx
23- osx_image : xcode7.3
24- branches :
20+ osx_image : xcode7.1
21+ branches :
2522 only :
2623 - master
27- - development
28- install :
24+ - development
25+ before_install :
26+ - 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/; fiopenssl; fi
27+ install :
2928 - export DOTNET_INSTALL_DIR="$PWD/.dotnetcli"
30- - export PATH="$DOTNET_INSTALL_DIR:$PATH "
31- - dotnet --info
32- script :
33- - ./build.sh --quiet verify
29+ - curl -sSL https://raw.githubusercontent.com/dotnet/cli/rel/1.0.0/scripts/obtain/dotnet-install.sh | bash /dev/stdin --version "$CLI_VERSION" --install-dir "$DOTNET_INSTALL_DIR "
30+ - export PATH="$DOTNET_INSTALL_DIR:$PATH"
31+ script :
32+ - ./build.sh
You can’t perform that action at this time.
0 commit comments