Skip to content

Commit

Permalink
Revert Travis CI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Mar 26, 2017
1 parent ef49b55 commit e9f087b
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
Expand Up @@ -7,15 +7,16 @@ android:
- platform-tools
- tools
- build-tools-25.0.2
- android-22
- android-25
- sys-img-armeabi-v7a-android-25
- sys-img-armeabi-v7a-android-22
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository

before_script:
# Create and start emulator
- echo no | android create avd --force -n test -t android-25 --abi armeabi-v7a
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
Expand Down

0 comments on commit e9f087b

Please sign in to comment.