From ea999636d939def62b845d2650f29707169cc40f Mon Sep 17 00:00:00 2001 From: Zac Sweers Date: Wed, 30 Dec 2015 03:14:51 -0800 Subject: [PATCH] Travis --- .travis.yml | 15 +++++---------- sample/build.gradle | 1 + 2 files changed, 6 insertions(+), 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index 7cd9a0d..b0b47d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: android -env: - matrix: - - ANDROID_TARGET=android-23 ANDROID_ABI=armeabi-v7a-14 - jdk: - oraclejdk8 @@ -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 diff --git a/sample/build.gradle b/sample/build.gradle index 08afdc2..1bf9447 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -25,6 +25,7 @@ android { lintOptions { textReport true textOutput 'stdout' + abortOnError false } dexOptions { preDexLibraries = false