Explorar o código

work around rust-lang/cargo#3340

Jorge Aparicio %!s(int64=8) %!d(string=hai) anos
pai
achega
c9155e3c36
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      .travis.yml

+ 2 - 0
.travis.yml

@@ -44,6 +44,8 @@ install:
     esac
 
 script:
+  # work around rust-lang/cargo#3340
+  - export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
   - cargo generate-lockfile
   - if [[ $TRAVIS_OS_NAME = "linux" ]]; then
       sudo apt-get remove -y qemu-user-static &&