Skip to content

Commit

Permalink
Allow failures on thumb for now
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed May 14, 2018
1 parent c1df86b commit 5756123
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -28,6 +28,11 @@ matrix:
- env: TARGET=x86_64-apple-darwin
os: osx
- env: TARGET=x86_64-unknown-linux-gnu
allow_failures:
- env: TARGET=thumbv6m-linux-eabi
- env: TARGET=thumbv7em-linux-eabi
- env: TARGET=thumbv7em-linux-eabihf
- env: TARGET=thumbv7m-linux-eabi

install:
- case $TARGET in
Expand Down

0 comments on commit 5756123

Please sign in to comment.