work around rust-lang/cargo#3340
This commit is contained in:
parent
c19d6764f3
commit
c9155e3c36
@ -44,6 +44,8 @@ install:
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
# work around rust-lang/cargo#3340
|
||||||
|
- export SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt
|
||||||
- cargo generate-lockfile
|
- cargo generate-lockfile
|
||||||
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
|
- if [[ $TRAVIS_OS_NAME = "linux" ]]; then
|
||||||
sudo apt-get remove -y qemu-user-static &&
|
sudo apt-get remove -y qemu-user-static &&
|
||||||
|
Loading…
Reference in New Issue
Block a user