Skip to content

Commit

Permalink
Trying another set of abis
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent f116e88 commit 29486b0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ env:
- SDK_LEVEL_MAX=26
- SDK_LEVEL_MIN=16
matrix:
- API=android-16 ABI=armeabi-v7a
- API=android-25 ABI=armeabi-v7a
- API=android-16 ABI=x86
- API=android-25 ABI=x86

android:
components:
Expand All @@ -31,7 +31,7 @@ android:
- extra-google-m2repository

before_script:
- android-update-sdk --components=sys-img-$ABI-$API --accept-licenses='android-sdk-license-[0-9a-f]{8}'
- android-update-sdk --components=sys-img-$ABI-google_apis-$API --accept-licenses='android-sdk-license-[0-9a-f]{8}'
- echo no | android create avd --force -n test -t $API --abi $ABI
- emulator -avd test -no-audio -no-window
- android-wait-for-emulator
Expand Down

0 comments on commit 29486b0

Please sign in to comment.