Skip to content

Commit 7862f87

Browse files
committed
Allow Android builds to fail
1 parent 6d22f54 commit 7862f87

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,10 @@ matrix:
9191
- shellcheck --version
9292
- shellcheck ci/*.sh
9393

94+
allow_failures:
95+
- env: TARGET=aarch64-linux-android
96+
- env: TARGET=x86_64-linux-android
97+
9498
install: rustup target add $TARGET
9599
script:
96100
- cargo generate-lockfile --manifest-path libc-test/Cargo.toml

0 commit comments

Comments
 (0)