Skip to content
Snippets Groups Projects
Commit 433210a1 authored by Lennart Goedhart's avatar Lennart Goedhart
Browse files

Debug Travis build issues

parent e5477af3
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,9 @@ android: ...@@ -52,7 +52,9 @@ android:
before_script: before_script:
# Create and start emulator # Create and start emulator
- echo no | android create avd --force -n test -t android-$EMULATOR_API_LEVEL --abi $ANDROID_ABI - android list target
- android list targets
- echo no | android create avd --force -n test -t android-14 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window & - emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator - android-wait-for-emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment