Skip to content

Commit

Permalink
Switching OS?
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent 1453e38 commit 02c5e0b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ jdk: oraclejdk8

sudo: required

os:
- osx

cache:
directories:
- $HOME/.gradle/caches/
Expand All @@ -20,18 +23,18 @@ android:
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository
- sys-img-arm64-v8a-google_apis-24
- sys-img-x86-google_apis-24

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

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-skin -no-audio -no-window &
- emulator -avd test -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 02c5e0b

Please sign in to comment.