Skip to content

Commit 6c4647e

Browse files
author
Jorge Aparicio
committed
don't set SSL_CERT_FILE for OSX
1 parent c9155e3 commit 6c4647e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ install:
4545

4646
script:
4747
# work around rust-lang/cargo#3340
48-
- export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
48+
- test "$TRAVIS_OS_NAME" = "osx" ||
49+
export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
4950
- cargo generate-lockfile
5051
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
5152
sudo apt-get remove -y qemu-user-static &&

0 commit comments

Comments
 (0)