aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-08-27 23:54:28 -0700
committerKenny Root <kenny@the-b.org>2015-08-27 23:56:01 -0700
commitf6ef2b5e6a4f33ce1d14c5a0d802b30a446ae2bf (patch)
treec8550931954db1ce4bddc2a9fb6d80b0056cfba4 /.travis.yml
parentf2214b61c7d9f8efa976e36ab05690c9d5ff1f42 (diff)
downloadconnectbot-f6ef2b5e6a4f33ce1d14c5a0d802b30a446ae2bf.tar.gz
connectbot-f6ef2b5e6a4f33ce1d14c5a0d802b30a446ae2bf.tar.bz2
connectbot-f6ef2b5e6a4f33ce1d14c5a0d802b30a446ae2bf.zip
Fix the Jacoco rules now that we have two kinds of tests
Since we have both "test" and "androidTest" they have different task names that we need to track in the Jacoco file.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index bf6999a..b27f36f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -54,7 +54,7 @@ android:
- '.+'
script:
- - ./gradlew build check jacocoTestDebugReport
+ - ./gradlew build check jacocoUnitTestDebugReport
- ./scripts/check-lint-count.sh app/build/outputs/lint-results.xml $HOME/.cache/lint/issue-count.txt $HOME/.cache/lint/issue-count.txt
after_success: ./gradlew coveralls