Skip to content

Commit 0a75f3f

Browse files
committed
Allow powerpc-unknown-linu-gnu to fail
1 parent 58d646e commit 0a75f3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ matrix:
111111
- shellcheck --version
112112
- shellcheck ci/*.sh
113113

114+
allow_failures:
115+
- name: "powerpc-unknown-linux-gnu - no assert_instr"
116+
114117
install: travis_retry rustup target add $TARGET
115118
script:
116119
- cargo generate-lockfile

0 commit comments

Comments
 (0)