Skip to content

Commit 42922d2

Browse files
author
Jorge Aparicio
committed
allow failure
1 parent 2485284 commit 42922d2

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.travis.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@ sudo: false
33

44
matrix:
55
include:
6-
- env: TARGET=powerpc64le-unknown-linux-gnu
7-
os: linux
8-
services: docker
9-
sudo: required
106
- env: TARGET=aarch64-unknown-linux-gnu
117
os: linux
128
dist: trusty
@@ -64,6 +60,10 @@ matrix:
6460
- libc6-powerpc-cross
6561
- libc6-dev-powerpc-cross
6662
- qemu-user-static
63+
- env: TARGET=powerpc64le-unknown-linux-gnu
64+
os: linux
65+
services: docker
66+
sudo: required
6767
- env: TARGET=x86_64-apple-darwin
6868
os: osx
6969
- env: TARGET=x86_64-unknown-linux-gnu
@@ -72,6 +72,9 @@ matrix:
7272
# FIXME(#2)
7373
- env: TARGET=armv7-unknown-linux-gnueabihf
7474
os: linux
75+
# FIXME QEMU blows up
76+
- env: TARGET=powerpc64le-unknown-linux-gnu
77+
os: linux
7578

7679
before_install:
7780
- export PATH="$PATH:$HOME/.cargo/bin"

0 commit comments

Comments
 (0)