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 244b3c8 commit 1c6fcb9Copy full SHA for 1c6fcb9
.travis.yml
@@ -59,10 +59,6 @@ matrix:
59
env: TARGET=armv7-unknown-linux-gnueabihf CROSS=1
60
- name: "aarch64-unknown-linux-gnu"
61
env: TARGET=aarch64-unknown-linux-gnu CROSS=1
62
-
63
- allow_failures:
64
- # FIXME:
65
- - name: "armv7-unknown-linux-gnueabihf"
66
67
install: travis_retry rustup target add "${TARGET}"
68
script: sh ci/run.sh
0 commit comments