aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b42b57d..c3ea0d5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,7 @@ addons:
description: "The first SSH client for Android."
notification_email: developers@connectbot.org
build_command_prepend: "./gradlew clean"
- build_command: "./gradlew build"
+ build_command: "./gradlew assemble"
branch_pattern: coverity_scan
before_script:
@@ -54,7 +54,7 @@ android:
- '.+'
script:
- - ./gradlew build check jacocoUnitTestDebugReport
+ - ./gradlew clean build check jacocoUnitTestDebugReport
- ./scripts/check-lint-count.sh app/build/outputs/lint-results.xml $HOME/.cache/lint/lint-results.xml
after_success: ./gradlew coveralls