Skip to content

Commit

Permalink
Travis build test
Browse files Browse the repository at this point in the history
-check wether there are default scripts ran by Travis
Apparently images for emulators are not available for all API levels.
Foolowing this
OneBusAway/onebusaway-android#720 (comment)
checking on my local install, it seems API level 25 should be good like that.
  • Loading branch information
F8Full committed Dec 30, 2017
1 parent a69552d commit 691dca7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ before_install:

# Emulator Management: Create, Start and Wait
before_script:
- echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a
- echo no | android create avd --force -n test -t android-25 --abi armeabi-v7a
- emulator -avd test -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
Expand All @@ -45,4 +45,4 @@ android:
- extra-android-m2repository

#tests will be run on this image. More could be added if required
- sys-img-armeabi-v7a-android-26
- sys-img-armeabi-v7a-android-25

0 comments on commit 691dca7

Please sign in to comment.