Skip to content

Commit

Permalink
Moving some things
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent 1b4ed37 commit aa27063
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: android
jdk: oraclejdk8

sudo: required
dist: precise

language: android
jdk: oraclejdk8

cache:
directories:
- $HOME/.gradle/caches/
Expand Down Expand Up @@ -37,11 +37,11 @@ before_script:
- android-update-sdk --components=sys-img-$ABI-google_apis-$API --accept-licenses='android-sdk-license-[0-9a-f]{8}'
- echo no | android create avd --force -n test -t $API --abi $ABI
- emulator -avd test -no-audio -no-window
- ./gradlew clean assembleDebug assembleDebugAndroidTest
- android-wait-for-emulator
- adb shell input keyevent 82 &

script:
- ./gradlew clean assembleDebug assembleDebugAndroidTest
- travis_wait 60 ./gradlew clean connectedDebugAndroidTest --stacktrace
- ./gradlew jacocoDebugReport

Expand Down

0 comments on commit aa27063

Please sign in to comment.