Skip to content

Commit

Permalink
Fix build issue for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
nutellarlz committed Sep 8, 2017
1 parent 1511be9 commit 7002ddf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jdk:
android:
components:
- tools
- build-tools-26.0.0
- build-tools-26.0.1
- android-26
- extra-android-support
- extra-android-m2repository
Expand All @@ -19,4 +19,4 @@ install:
- ./gradlew
script:
- ./gradlew :app:assembleDebug --stacktrace
- ./gradlew :app:test --stacktrace
- ./gradlew :app:test --stacktrace

0 comments on commit 7002ddf

Please sign in to comment.