Skip to content

Commit

Permalink
Another stab at this
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent ec412c8 commit 1453e38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ android:
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository
- sys-img-armeabi-v7a-android-24
- sys-img-arm64-v8a-google_apis-24

env:
matrix:
- $TARGET=android-24 ABI=armeabi-v7a
- $TARGET=android-24 ABI=google_apis/arm64-v8a

before_script:
- echo $JAVA_OPTS
- export JAVA_OPTS=-Xmx2048m
- android list targets
- echo no | android create avd --force -n test -t $TARGET --abi $ABI
- emulator -avd test -no-audio -no-window &
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell setprop dalvik.vm.dexopt-flags v=n,o=v
- adb shell input keyevent 82 &
Expand Down

0 comments on commit 1453e38

Please sign in to comment.