We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9155e3 commit 6c4647eCopy full SHA for 6c4647e
.travis.yml
@@ -45,7 +45,8 @@ install:
45
46
script:
47
# work around rust-lang/cargo#3340
48
- - export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
+ - test "$TRAVIS_OS_NAME" = "osx" ||
49
+ export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
50
- cargo generate-lockfile
51
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
52
sudo apt-get remove -y qemu-user-static &&
0 commit comments