From 772acc742e972a6a2c3e351f91d67d69a06f4346 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Tue, 25 Jul 2017 10:01:05 +0200 Subject: [PATCH] Build the window example for android --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 11a59cea..597c6699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,7 @@ script: - cargo build --verbose - if [ $TRAVIS_OS_NAME = osx ]; then cargo build --target x86_64-apple-ios --verbose; fi - cargo test --verbose - - docker run --rm -v "$(pwd):/root/src" -w /root/src tomaka/cargo-apk cargo apk build --verbose + - docker run --rm -v "$(pwd):/root/src" -w /root/src tomaka/cargo-apk cargo apk build --example window --verbose os: - linux