Skip to content

Commit

Permalink
take 9000
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAdder committed Oct 27, 2015
1 parent 1fbbc82 commit b41dfad
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
language: android

jdk: oraclejdk7
env:
matrix:
- ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a

sudo: false
android:
components:
- build-tools-22.0.1
- android-23
- extra-google-m2repository
- extra-android-m2repository
- android-23
- build-tools-22.0.1
- extra-google-google_play_services
Expand All @@ -25,5 +24,5 @@ before_script:
- adb shell input keyevent 82 &

script:
- ./gradlew clean build
- ./gradlew test

0 comments on commit b41dfad

Please sign in to comment.