Skip to content

Commit

Permalink
Order of operations thing
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent f54bfd6 commit 064443a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ android:
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}

script:
- ./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 clean connectedDebugAndroidTest
- ./gradlew jacocoDebugReport

after_success:
Expand Down

0 comments on commit 064443a

Please sign in to comment.