Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
d-moreira committed Sep 7, 2017
1 parent f3d10b7 commit 08f57d8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,11 @@ env:

android:
components:
- android-16
- android-21
- android-22
- build-tools-22.0.1
- default/armeabi-v7a

cache:
directories:
Expand All @@ -24,6 +27,8 @@ cache:
- $HOME/.gradle/wrapper

before_script:
- android list sdk --no-ui --all --extended
- android list targets
- echo no | android create avd --force -n test -t android-$ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
Expand Down

0 comments on commit 08f57d8

Please sign in to comment.