Skip to content

Commit

Permalink
Trial for SDK 24
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent 7c9bc27 commit 5d79110
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ jdk: oraclejdk8
sudo: required
dist: trusty

group: edge

cache:
directories:
- ${TRAVIS_BUILD_DIR}/gradle/caches/
Expand All @@ -26,9 +24,6 @@ env:

android:
components:
- tools
- platform-tools
- tools # (Not a typo. See https://docs.travis-ci.com/user/languages/android/, this is supposed to appear twice)
- build-tools-$BUILD_TOOLS_VERSION
- android-$EMULATOR_SDK_LEVEL
- android-$TARGET_SDK_LEVEL
Expand All @@ -40,13 +35,13 @@ android:
before_script:
- echo no | android create avd --force --name test --target android-$EMULATOR_SDK_LEVEL --abi $ABI
- emulator -avd test -no-audio -no-window &
- ./gradlew check -PdisablePreDex --continue --stacktrace
- ./gradlew check --continue --stacktrace
- android-wait-for-emulator
- adb devices
- adb shell input keyevent 82 &

script:
- travis_wait 60 ./gradlew connectedAndroidTest -PdisablePreDex --stacktrace
- travis_wait 60 ./gradlew connectedAndroidTest --stacktrace

after_success:
- ./gradlew jacocoDebugReport
Expand Down

0 comments on commit 5d79110

Please sign in to comment.