Skip to content

Commit 6cfbb09

Browse files
committed
Allow failures for currently failing targets
1 parent 86f6aa3 commit 6cfbb09

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ matrix:
7777
- env: TARGET=x86_64-apple-darwin
7878
os: osx
7979
rust: nightly
80+
# FIXME: targets that should pass but are currently failing
81+
- env: TARGET=i686-unknown-linux-musl
82+
- env: TARGET=x86_64-unknown-linux-musl
83+
- env: TARGET=mips-unknown-linux-gnu
84+
- env: TARGET=mipsel-unknown-linux-gnu
85+
- env: TARGET=powerpc-unknown-linux-gnu
8086

8187
install:
8288
- sh ci/install.sh

0 commit comments

Comments
 (0)