Skip to content

Commit e88b825

Browse files
committed
Allow powerpc-unknown-linux-gnu build job to fail
1 parent 5afe9bc commit e88b825

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ matrix:
9898
- shellcheck --version
9999
- shellcheck ci/*.sh
100100

101+
allow_failures:
102+
# FIXME: https://github.com/rust-lang-nursery/stdsimd/issues/669
103+
- name: "powerpc-unknown-linux-gnu - no assert_instr"
104+
101105
install: travis_retry rustup target add $TARGET
102106
script:
103107
- cargo generate-lockfile

0 commit comments

Comments
 (0)