From ff5f14ea3f38784c00548aa530bdf1a8d02fe6c0 Mon Sep 17 00:00:00 2001 From: Isaac Hutt Date: Tue, 13 Feb 2018 16:13:05 +0000 Subject: [PATCH] Test release build in automated tests --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2db8d71be..0156cdc3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,4 +21,4 @@ cache: licenses: - '.+' -script: ./gradlew testdroidUploadKiwix && ./testdroid.py +script: ./gradlew assembleKiwixRelease testdroidUploadKiwix && ./testdroid.py