aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 8 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index abbd49614..fa5ceb04c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,5 +16,12 @@ android:
- 'android-sdk-preview-license-52d11cd2'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
+before_script:
+ - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
+ - emulator -avd test -no-skin -no-audio -no-window &
+ - android-wait-for-emulator
script:
- - ./gradlew testDebug jacocoTestReport coveralls --info
+ - ./gradlew compileDebug
+ - ./gradlew testDebug
+ - ./gradlew jacocoTestReport coveralls
+ - ./gradlew connectedAndroidTest