Auto merge of #125 - japaric:fix-thumb, r=japaric
fix the test suite for the thumb targets
This commit is contained in:
commit
386683c91f
|
@ -1,7 +1,8 @@
|
||||||
cache: cargo
|
cache: cargo
|
||||||
dist: trusty
|
dist: trusty
|
||||||
language: rust
|
language: rust
|
||||||
rust: nightly
|
# NOTE(nightly-2016-12-05) work around for rust-lang/rust#38281
|
||||||
|
rust: nightly-2016-12-05
|
||||||
services: docker
|
services: docker
|
||||||
sudo: required
|
sudo: required
|
||||||
|
|
||||||
|
@ -43,6 +44,9 @@ install:
|
||||||
esac
|
esac
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
# work around rust-lang/cargo#3340
|
||||||
|
- test "$TRAVIS_OS_NAME" = "osx" ||
|
||||||
|
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