Skip to content

Commit

Permalink
Stop trying to support connected on travis
Browse files Browse the repository at this point in the history
Will change this when stable, cannot speculate on beta release.
  • Loading branch information
vincentbrison committed Dec 24, 2016
1 parent cd4f032 commit 30f7365
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,13 @@ jdk:
- oraclejdk8
android:
components:
- tools
- tools
- platform-tools
- build-tools-25.0.1
- android-25
- extra-google-m2repository
- extra-android-m2repository
- sys-img-armeabi-v7a-android-22

before_script:
- 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 input keyevent 82 &

script:
- ./gradlew clean
- ./gradlew dualcache-library:check -Ptravis
- ./gradlew dualcache-library:connectedCheck -Ptravis

0 comments on commit 30f7365

Please sign in to comment.