Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit f3240cc

Browse files
committed
Increase .travis.yml consistency between repos
- aspnet/Universe#349 - minimize `dotnet` setup time; no need for caching - no need for icu4c w/ current `dotnet` builds
1 parent 2041090 commit f3240cc

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@ addons:
1010
- libssl-dev
1111
- libunwind8
1212
- zlib1g
13-
before_install:
14-
- if test "$TRAVIS_OS_NAME" == "osx"; then brew update; brew install icu4c; 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
13+
env:
14+
global:
15+
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
16+
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
1517
mono:
1618
- 4.0.5
1719
os:
@@ -24,5 +26,7 @@ branches:
2426
- release
2527
- dev
2628
- /^(.*\/)?ci-.*$/
29+
before_install:
30+
- 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
2731
script:
2832
- ./build.sh --quiet verify

0 commit comments

Comments
 (0)