Skip to content

Commit 0324249

Browse files
committed
Allow thumb failures
They've been broken for some time anyway
1 parent 93977e6 commit 0324249

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@ matrix:
2828
- env: TARGET=x86_64-apple-darwin
2929
os: osx
3030
- env: TARGET=x86_64-unknown-linux-gnu
31+
allow_failures:
32+
- env: TARGET=thumbv6m-linux-eabi
33+
- env: TARGET=thumbv7em-linux-eabi
34+
- env: TARGET=thumbv7em-linux-eabihf
35+
- env: TARGET=thumbv7m-linux-eabi
3136

3237
install:
3338
- case $TARGET in

0 commit comments

Comments
 (0)