Skip to content

Commit

Permalink
Ugh...
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent 7ba6a77 commit f54bfd6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: android
jdk: oraclejdk8
sudo: false

env:
global:
Expand All @@ -19,12 +20,12 @@ android:
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}

script:
- ./gradlew build jacocoDebugTestReport assembleAndroidTest
- ./gradlew clean connectedDebugAndroidTest
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell setprop dalvik.vm.dexopt-flags v=n,o=v
- ./gradlew connectedCheck
- ./gradlew jacocoDebugReport

after_success:
- bash <(curl -s https://codecov.io/bash)

0 comments on commit f54bfd6

Please sign in to comment.