Skip to content

Commit

Permalink
Fixes travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
goober committed Mar 2, 2017
1 parent e6e1e4f commit a20852c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ cache:

env:
matrix:
- ANDROID_TARGET=android-24 ANDROID_ABI=armeabi-v7a
- ANDROID_TARGET=android-25 ANDROID_ABI=armeabi-v7a

android:
components:
- tools
- platform-tools
- build-tools-24.0.3
- android-24
- build-tools-25.0.1
- android-25
- extra-android-m2repository

script: ./gradlew assembleDebug check
Expand Down

0 comments on commit a20852c

Please sign in to comment.