Jorge Aparicio 2016-12-11 14:58:05 -05:00
parent c19d6764f3
commit c9155e3c36
1 changed files with 2 additions and 0 deletions

View File

@ -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 &&