Skip to content

Commit 0755a57

Browse files
authored
Merge pull request #28 from pavlospt/master
Fix Travis build failure
2 parents e67f862 + 2c3700b commit 0755a57

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,16 @@ android:
2727
- sys-img-armeabi-v7a-android-21
2828
# - sys-img-x86-android-21
2929

30+
licenses:
31+
- android-sdk-license-.+
32+
- android-sdk-license-c81a61d9
33+
3034
notifications:
3135
email: false
3236

3337
# Emulator Management: Create, Start and Wait
3438
before_script:
39+
- echo "y" | android update sdk --no-ui
3540
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
3641
- emulator -avd test -no-skin -no-audio -no-window &
3742
- android-wait-for-emulator

0 commit comments

Comments
 (0)