Skip to content

Commit ec13800

Browse files
committed
Travis: allow failure of Android test
See #710
1 parent b22b637 commit ec13800

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,8 @@ matrix:
199199
- source ~/.cargo/env || true
200200
script:
201201
- bash utils/ci/script.sh
202+
allow_failures:
203+
- env: TARGET=armv7-linux-androideabi
202204

203205
before_install:
204206
- set -e

0 commit comments

Comments
 (0)