diff --git a/.travis.yml b/.travis.yml index b88967c..3410860 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,3 +26,6 @@ script: # - cargo test --verbose # - cargo test --verbose --features test_egl_in_linux - if [ "$TRAVIS_OS_NAME" != "linux" ]; then cargo test --verbose; fi + - rustup target add arm-linux-androideabi + - cargo build --verbose --target=arm-linux-androideabi +