allow failure
This commit is contained in:
parent
2485284910
commit
42922d26af
11
.travis.yml
11
.travis.yml
|
@ -3,10 +3,6 @@ sudo: false
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- env: TARGET=powerpc64le-unknown-linux-gnu
|
|
||||||
os: linux
|
|
||||||
services: docker
|
|
||||||
sudo: required
|
|
||||||
- env: TARGET=aarch64-unknown-linux-gnu
|
- env: TARGET=aarch64-unknown-linux-gnu
|
||||||
os: linux
|
os: linux
|
||||||
dist: trusty
|
dist: trusty
|
||||||
|
@ -64,6 +60,10 @@ matrix:
|
||||||
- libc6-powerpc-cross
|
- libc6-powerpc-cross
|
||||||
- libc6-dev-powerpc-cross
|
- libc6-dev-powerpc-cross
|
||||||
- qemu-user-static
|
- qemu-user-static
|
||||||
|
- env: TARGET=powerpc64le-unknown-linux-gnu
|
||||||
|
os: linux
|
||||||
|
services: docker
|
||||||
|
sudo: required
|
||||||
- env: TARGET=x86_64-apple-darwin
|
- env: TARGET=x86_64-apple-darwin
|
||||||
os: osx
|
os: osx
|
||||||
- env: TARGET=x86_64-unknown-linux-gnu
|
- env: TARGET=x86_64-unknown-linux-gnu
|
||||||
|
@ -72,6 +72,9 @@ matrix:
|
||||||
# FIXME(#2)
|
# FIXME(#2)
|
||||||
- env: TARGET=armv7-unknown-linux-gnueabihf
|
- env: TARGET=armv7-unknown-linux-gnueabihf
|
||||||
os: linux
|
os: linux
|
||||||
|
# FIXME QEMU blows up
|
||||||
|
- env: TARGET=powerpc64le-unknown-linux-gnu
|
||||||
|
os: linux
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export PATH="$PATH:$HOME/.cargo/bin"
|
- export PATH="$PATH:$HOME/.cargo/bin"
|
||||||
|
|
Loading…
Reference in New Issue