Skip to content

Commit 9ca238c

Browse files
committed
chore: allow android builds to fail
1 parent 9c8a966 commit 9ca238c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,14 @@ matrix:
4747
- env: TARGET=x86_64-unknown-freebsd DISABLE_TESTS=1
4848
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
4949

50-
# netbsd currently doesn't build (because of nix-0.9.0)
50+
# the following configurations currently doesn't build (because of libc type mismatches)
5151
env: # important: https://docs.travis-ci.com/user/customizing-the-build/#rows-that-are-allowed-to-fail
5252
allow_failures:
53+
- env: TARGET=aarch64-linux-android DISABLE_TESTS=1
54+
- env: TARGET=arm-linux-androideabi DISABLE_TESTS=1
55+
- env: TARGET=armv7-linux-androideabi DISABLE_TESTS=1
56+
- env: TARGET=i686-linux-android DISABLE_TESTS=1
57+
- env: TARGET=x86_64-linux-android DISABLE_TESTS=1
5358
- env: TARGET=x86_64-unknown-netbsd DISABLE_TESTS=1
5459

5560
before_install:

0 commit comments

Comments
 (0)