Skip to content

Commit 1c6fcb9

Browse files
committed
arm is not allowed to fail anymore
1 parent 244b3c8 commit 1c6fcb9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ matrix:
5959
env: TARGET=armv7-unknown-linux-gnueabihf CROSS=1
6060
- name: "aarch64-unknown-linux-gnu"
6161
env: TARGET=aarch64-unknown-linux-gnu CROSS=1
62-
63-
allow_failures:
64-
# FIXME:
65-
- name: "armv7-unknown-linux-gnueabihf"
6662

6763
install: travis_retry rustup target add "${TARGET}"
6864
script: sh ci/run.sh

0 commit comments

Comments
 (0)