Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
IanField90 committed Aug 24, 2016
1 parent 41ed5cc commit 41a0af3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
language: android

jdk:
oraclejdk7
oraclejdk8

env:
global:
- ANDROID_SDK_VERSION="r25.1.7"
- BUILD_TOOLS="23.0.3"
- TARGET_API="23"
- ANDROID_SDK_VERSION="r25.1.6"
- BUILD_TOOLS="24.0.2"
- TARGET_API="24"

android:
components:
Expand All @@ -18,7 +18,7 @@ android:
- extra-android-m2repository
- extra-android-support
# - addon-google_apis-google-${TARGET_API}
# - sys-img-x86-android-23
# - sys-img-x86-android-24

before_install:
# environment info
Expand All @@ -28,4 +28,4 @@ before_install:
- export TERM=dumb

script:
- "./gradlew assembleDebug"
- "./gradlew assembleDebug"

0 comments on commit 41a0af3

Please sign in to comment.