Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Commit

Permalink
Fixes #135: Travis fix (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
bobheadxi authored Aug 31, 2017
1 parent 3e49c6f commit 881cf03
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ notifications:

env:
matrix:
- API=android-21 ABI=armeabi-v7a
- API=android-22 ABI=armeabi-v7a

language: android
jdk:
Expand All @@ -13,10 +13,11 @@ android:
- platform-tools
- tools
- build-tools-25.0.3
- android-22
- android-25
- extra-google-m2repository
- extra-android-m2repository
- sys-img-armeabi-v7a-android-21
- sys-img-armeabi-v7a-android-22
licenses:
- 'android-sdk-preview-license-.+'
- 'android-sdk-license-.+'
Expand Down

0 comments on commit 881cf03

Please sign in to comment.