Skip to content

Commit

Permalink
More crazy experiments
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Oct 24, 2016
1 parent 196ca25 commit b0a73d8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ android:
- android-$ANDROID_API_LEVEL
# For Google APIs
- addon-google_apis-google-$ANDROID_API_LEVEL
# Google Play Services
- extra-google-google_play_services
# Support library
- extra-android-support
# Latest artifacts in local repository
Expand All @@ -35,10 +33,11 @@ android:
- sys-img-armeabi-v7a-google_apis-$ANDROID_API_LEVEL

before_script:
# Create and start emulator
- echo no | android create avd --force -n test -t "android-"$ANDROID_API_LEVEL --abi $ANDROID_ABI --tag $ANDROID_TAG
- emulator -avd test -no-skin -no-window &
- android-wait-for-emulator
- adb wait-for-device
- ./gradlew connectedCheck

script:
- ./gradlew clean jacocoDebugTestReport
- ./gradlew clean jacocoDebugTestReport --debug --stacktrace

0 comments on commit b0a73d8

Please sign in to comment.