Skip to content

Commit 986c4aa

Browse files
author
Jorge Aparicio
committed
CI: allow failures for TARGET=armv7-unknown-linux-gnueabihf
1 parent e5ab308 commit 986c4aa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ matrix:
5252
os: osx
5353
- env: TARGET=x86_64-unknown-linux-gnu
5454
os: linux
55+
allow_failures:
56+
# FIXME(#2)
57+
- env: TARGET=armv7-unknown-linux-gnueabihf
58+
os: linux
5559

5660
before_install:
5761
- export PATH="$PATH:$HOME/.cargo/bin"

0 commit comments

Comments
 (0)