Skip to content

Commit

Permalink
More playing around with travis
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent 4eb22cc commit c9db56b
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 @@ -19,7 +19,8 @@ env:

android:
components:
- tools
- tools # to get the new `repository-11.xml`
- tools # to install Android SDK tools 25.1.x (x = 6 right now)
- platform-tools
- build-tools-$BUILD_TOOLS_VERSION
- android-$EMULATOR_SDK_LEVEL
Expand All @@ -31,7 +32,7 @@ android:

before_script:
- echo no | android create avd --force -n test -t android-$EMULATOR_SDK_LEVEL --abi $ABI --tag $TAG
- emulator -avd test -no-audio -no-window &
- emulator -avd test -no-skin -no-audio -no-window -gpu off -no-boot-anim &
- android-wait-for-emulator
- adb shell input keyevent 82 &

Expand Down

0 comments on commit c9db56b

Please sign in to comment.