We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1df86b commit 5756123Copy full SHA for 5756123
.travis.yml
@@ -28,6 +28,11 @@ matrix:
28
- env: TARGET=x86_64-apple-darwin
29
os: osx
30
- 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
36
37
install:
38
- case $TARGET in
0 commit comments