Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gi-lo committed Feb 15, 2016
1 parent a59164f commit 54a8d72
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .travis.yml
@@ -1,6 +1,10 @@
language: android

jdk: oraclejdk8

env:
global:
- MALLOC_ARENA_MAX=2
matrix:
- ANDROID_TARGET=android-22 ANDROID_ABI=armeabi-v7a

Expand All @@ -14,7 +18,9 @@ android:
- extra-google-m2repository
- extra-android-m2repository
- extra-android-support


sudo: required

before_script:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
Expand Down

0 comments on commit 54a8d72

Please sign in to comment.