Skip to content

Commit

Permalink
Travis yml fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EricKuck committed Dec 15, 2016
1 parent 0ac8176 commit 23a4dbb
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,11 @@ language: android
android:
components:
- tools
- build-tools-23.0.3
- build-tools-24.0.3
- android-25
- extra-android-m2repository

licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
- 'google-gdk-license-.+'
licenses:
- '.+'

script:
- ./gradlew test
Expand Down

0 comments on commit 23a4dbb

Please sign in to comment.