Skip to content
Snippets Groups Projects
Commit 0755a578 authored by Nikos Tsiougkos's avatar Nikos Tsiougkos Committed by GitHub
Browse files

Merge pull request #28 from pavlospt/master

Fix Travis build failure
parents e67f8620 2c3700b9
No related branches found
No related tags found
No related merge requests found
......@@ -27,11 +27,16 @@ android:
- sys-img-armeabi-v7a-android-21
# - sys-img-x86-android-21
licenses:
- android-sdk-license-.+
- android-sdk-license-c81a61d9
notifications:
email: false
# Emulator Management: Create, Start and Wait
before_script:
- echo "y" | android update sdk --no-ui
- echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment