Skip to content

Commit

Permalink
update .travis
Browse files Browse the repository at this point in the history
  • Loading branch information
cymcsg committed Dec 6, 2016
1 parent 2cf2f21 commit a8d6d95
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 @@ -13,7 +13,7 @@ env:
# Amount of memory granted to Gradle JVM
- GRADLE_OPTS="-Xmx512m -XX:MaxPermSize=512m"
# General Android settings used in builds
- ANDROID_TARGET=android-24
- ANDROID_TARGET=android-25

before_install:
# Making sure gradlew has executable permissions
Expand All @@ -25,9 +25,9 @@ android:
# We are using the latest revision of Android SDK Tools
- tools
- platform-tools
- android-24
- android-25
# The BuildTools version we are using for our project
- build-tools-24.0.0
- build-tools-25.0.1

# Additional components
- extra-google-google_play_services
Expand Down

0 comments on commit a8d6d95

Please sign in to comment.