Skip to content

Commit

Permalink
Testing again
Browse files Browse the repository at this point in the history
  • Loading branch information
isuPatches committed Jul 23, 2017
1 parent cb1d2ca commit f8f3198
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,19 @@ cache:

android:
components:
- tools
- platform-tools
- tools
- build-tools-26.0.0
- android-26
- extra-android-m2repository
- extra-android-support
- extra-google-m2repository
- sys-img-armeabi-v7a-google_apis-android-16
- sys-img-x86_64-google_apis-25

env:
matrix:
- $SDK_LEVEL=android-16 ABI=armeabi-v7a
- $SDK_LEVEL=android-25 ABI=x86_64
# - API=android-17 ABI=armeabi-v7a
# - API=android-18 ABI=armeabi-v7a
# - API=android-19 ABI=armeabi-v7a
Expand All @@ -43,7 +44,7 @@ before_script:

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

after_success:
Expand Down

0 comments on commit f8f3198

Please sign in to comment.