Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ before_install:
- android list target
- echo "TRAVIS is $TRAVIS"
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- emulator -writable-system -avd test -no-audio -no-window &
- emulator -writable-system -avd test -no-audio -no-window -use-system-libs -gpu host &
- android-wait-for-emulator
- adb shell input keyevent 82 &
- adb root
Expand Down