Skip to content

Commit b6f4864

Browse files
committed
Allow failures for powerpc and powerpc64
The two platforms have less hardware support than powerpc64le and currently have some rustc-related issues that prevent investigating CI failures properly.
1 parent 8f05090 commit b6f4864

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ matrix:
5656
allow_failures:
5757
- env: CLIPPY=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
5858
- env: RUSTFMT=On TARGET=x86_64-unknown-linux-gnu NO_ADD=1
59+
- env: TARGET=powerpc-unknown-linux-gnu
60+
- env: TARGET=powerpc64-unknown-linux-gnu
5961

6062
before_install:
6163
# FIXME (travis-ci/travis-ci#8920) shouldn't be necessary...

0 commit comments

Comments
 (0)