This repository was archived by the owner on Dec 14, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +19
-21
lines changed Expand file tree Collapse file tree 2 files changed +19
-21
lines changed Original file line number Diff line number Diff line change 11init :
2- - git config --global core.autocrlf true
2+ - git config --global core.autocrlf true
33branches :
44 only :
5- - master
6- - release
7- - dev
8- - /^(.*\/)?ci-.*$/
9- - /^rel\/.*/
5+ - dev
6+ - /^release\/.*$/
7+ - /^(.*\/)?ci-.*$/
108build_script :
11- - ps : .\run.ps1 default-build
9+ - ps : .\run.ps1 default-build
1210clone_depth : 1
1311environment :
1412 global :
1513 DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
1614 DOTNET_CLI_TELEMETRY_OPTOUT : 1
17- test : off
18- deploy : off
15+ test : ' off'
16+ deploy : ' off'
1917image : Visual Studio 2017
Original file line number Diff line number Diff line change @@ -3,25 +3,25 @@ sudo: required
33dist : trusty
44env :
55 global :
6- - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
7- - DOTNET_CLI_TELEMETRY_OPTOUT : 1
6+ - DOTNET_SKIP_FIRST_TIME_EXPERIENCE : true
7+ - DOTNET_CLI_TELEMETRY_OPTOUT : 1
88addons :
99 apt :
1010 packages :
11- - libunwind8
11+ - libunwind8
1212mono : none
1313os :
14- - linux
15- - osx
14+ - linux
15+ - osx
1616osx_image : xcode8.2
1717branches :
1818 only :
19- - master
20- - release
21- - dev
22- - /^rel\/.*$/
23- - /^(.*\/)?ci-.*$/
19+ - dev
20+ - /^release\/.*$/
21+ - /^(.*\/)?ci-.*$/
2422before_install :
25- - 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
23+ - if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install openssl; ln -s
24+ /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
25+ /usr/local/lib/; fi
2626script :
27- - ./build.sh
27+ - ./build.sh
You can’t perform that action at this time.
0 commit comments