Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches authored Jul 23, 2017
1 parent 50419a6 commit f22623b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,9 @@ android:
env:
matrix:
- $TARGET=android-25 ABI=google_apis/arm64-v8a
# - API=android-17 ABI=armeabi-v7a
# - API=android-18 ABI=armeabi-v7a
# - API=android-19 ABI=armeabi-v7a
# - API=android-20 ABI=armeabi-v7a
# - API=android-21 ABI=armeabi-v7a
# - API=android-22 ABI=armeabi-v7a
# - API=android-24 ABI=armeabi-v7a
# - API=android-25 ABI=armeabi-v7a
# - API=android-26 ABI=armeabi-v7a

before_script:
- echo no | android create avd --force -name test -target $TARGET --abi $ABI
- echo no | android create avd --force -n test -t $TARGET --abi $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
Expand All @@ -45,4 +36,4 @@ script:
- ./gradlew jacocoDebugReport

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

0 comments on commit f22623b

Please sign in to comment.