From c461a1b43dced2557ce3559468d79d8f23529aec Mon Sep 17 00:00:00 2001 From: MeFisto94 Date: Tue, 17 Sep 2019 11:51:48 +0200 Subject: [PATCH] .travis.yml: remove deployment of android-natives from ubuntu build so they don't conflict with the android build matrix (#1171) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1593c080b..6737e2b95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -57,7 +57,7 @@ cache: - $HOME/.gradle/wrapper/ install: - - '[ -n "$UPLOAD_NATIVE" ] && ./gradlew -PbuildNativeProjects=true assemble || ./gradlew assemble' + - '[ -n "$UPLOAD_NATIVE" ] && ./gradlew -PbuildNativeProjects=true assemble -xjme3-android-native:assemble -xjme3-bullet-native-android:assemble || ./gradlew assemble -xjme3-android-native:assemble -xjme3-bullet-native-android:assemble' script: - ./gradlew check