Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Commit

Permalink
Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Dec 30, 2015
1 parent 53c4b4a commit ea99963
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .travis.yml
@@ -1,9 +1,5 @@
language: android

env:
matrix:
- ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a-14

jdk:
- oraclejdk8

Expand All @@ -13,16 +9,15 @@ android:
- platform-tools
- build-tools-23.0.2
- android-23
- sys-img-armeabi-v7a-android-14
- sys-img-armeabi-v7a-android-18
- extra-android-support

before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window &
- extra-android-m2repository

before_script:
- echo no | android create avd --force -n test -t android-18 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell input keyevent 82 &
- adb shell input keyevent 82

script:
- ./gradlew clean check connectedAndroidTest
Expand Down
1 change: 1 addition & 0 deletions sample/build.gradle
Expand Up @@ -25,6 +25,7 @@ android {
lintOptions {
textReport true
textOutput 'stdout'
abortOnError false
}
dexOptions {
preDexLibraries = false
Expand Down

0 comments on commit ea99963

Please sign in to comment.