You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+19-4Lines changed: 19 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,7 @@ env:
14
14
global:
15
15
- DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
16
16
- DOTNET_CLI_TELEMETRY_OPTOUT: 1
17
+
- CLI_VERSION=1.0.0-preview2-003121
17
18
mono:
18
19
- 4.2.3
19
20
os:
@@ -23,8 +24,22 @@ osx_image: xcode7.1
23
24
branches:
24
25
only:
25
26
- master
26
-
before_install:
27
-
- chmod +x build.sh
28
-
- 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
27
+
28
+
# Make sure build dependencies are installed.
29
+
before_install:
30
+
- if test "$TRAVIS_OS_NAME" == "osx"; then 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
0 commit comments