Skip to content

Commit

Permalink
Reverting with a few minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent 064443a commit e1fc49a
Showing 1 changed file with 14 additions and 16 deletions.
30 changes: 14 additions & 16 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,27 @@ language: android
jdk: oraclejdk8
sudo: false

env:
global:
- ANDROID_TARGET=android-23
- ANDROID_ABI=armeabi-v7a
- BUILD_TOOLS_VERSION=26.0.0
- TARGET_SDK_LEVEL=26

android:
components:
- tools
- platform-tools
- build-tools-${BUILD_TOOLS_VERSION}
- android-23
- android-${TARGET_SDK_LEVEL}
- tools
- build-tools-26.0.0
- android-22
- android-26
- sys-img-armeabi-v7a-android-22
- extra-android-m2repository
- sys-img-${ANDROID_ABI}-${ANDROID_TARGET}
- extra-android-support
- extra-google-m2repository

script:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
before_script:
# Create and start emulator
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
- adb shell setprop dalvik.vm.dexopt-flags v=n,o=v
- ./gradlew clean connectedDebugAndroidTest
- adb shell input keyevent 82 &

script:
- travis_wait 90 ./gradlew clean connectedDebugAndroidTest --stacktrace
- ./gradlew jacocoDebugReport

after_success:
Expand Down

0 comments on commit e1fc49a

Please sign in to comment.