Skip to content

Commit

Permalink
Allow the Android build to fail for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
yallop committed Nov 1, 2019
1 parent 9c60084 commit d089a44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ env:
- OCAML_VERSION=4.08.0
- OCAML_VERSION=4.09.0
matrix:
allow_failures:
- env: OCAML_VERSION=4.04.0+32bit ANDROID=true
exclude:
- os: osx
env: OCAML_VERSION=4.02.3 ARM=true
Expand All @@ -47,3 +49,4 @@ before_install:
sudo apt-get update && sudo apt-get install --yes qemu-user-static;
docker pull yallop/ocaml-ctypes-qemu-arm-base;
fi

0 comments on commit d089a44

Please sign in to comment.