aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index e4433144b..145d87862 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,10 +9,12 @@ sudo: false
# - ADB_INSTALL_TIMEOUT=8 # minutes (2 minutes by default)
android:
components:
+ - build-tools-23.0.1
- build-tools-22.0.1
- build-tools-21.1.2
- build-tools-21.1.1
- build-tools-19.1.0
+ - android-23
- android-22
- android-21
- android-19
@@ -33,4 +35,4 @@ android:
script:
# - ./gradlew connectedAndroidTest
- - ./gradlew testDebug jacocoTestReport coveralls
+ - ./gradlew --stacktrace testDebug jacocoTestReport coveralls