Skip to content

Commit

Permalink
#1175 fix flag in emulator command
Browse files Browse the repository at this point in the history
  • Loading branch information
BBT-SeanMacGillicuddy committed May 24, 2019
1 parent e478c5b commit fe67180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ licenses:
script:
# - ./gradlew assembleKiwixDebug jacocoTestKiwixDebugUnitTestReport
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-window -no-accel -gpu swiftshader --no-boot-anim &
- emulator -avd test -no-skin -no-window -no-accel -gpu swiftshader -no-boot-anim &
- android-wait-for-emulator
- adb shell setprop dalvik.vm.dexopt-flags v=n,o=v
- adb shell input keyevent 82 & # unlock screen by pressing menu button
Expand Down

0 comments on commit fe67180

Please sign in to comment.