Skip to content

Commit 5756123

Browse files
committed
Allow failures on thumb for now
1 parent c1df86b commit 5756123

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
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)