From 8329c55df760c0c2c05c1fa71994fa07e44f58f8 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Mon, 1 Jul 2019 11:42:35 +0100 Subject: [PATCH] #692 invoke assemble command to buil all variants --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8733dbc2c..dba292114 100644 --- a/.travis.yml +++ b/.travis.yml @@ -52,7 +52,7 @@ before_script: - emulator -avd test -no-audio -no-window & script: - - ./gradlew lintKiwixDebug jacocoTestKiwixDebugUnitTestReport + - ./gradlew assemble lintKiwixDebug jacocoTestKiwixDebugUnitTestReport - android-wait-for-emulator - adb shell input keyevent 82 & - adb -e logcat *:D > logcat.log & @@ -71,7 +71,6 @@ after_failure: before_deploy: # - export APP_CHANGELOG=$(cat app/src/kiwix/play/release-notes/en-US/default.txt) - - ./gradlew assembleKiwixRelease deploy: