Skip to content

Commit

Permalink
travis ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
mars3142 committed Mar 16, 2015
1 parent 36e6910 commit 1498429
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ jdk:

env:
global:
- GRADLE_VERSION="2.2.1"
- ANDROID_SDK_VERSION=r24.0.2
- BUILD_TOOLS=21.1.2
- TARGET_API=21
- GRADLE_VERSION="2.3"
- ANDROID_SDK_VERSION=r24.1.2
- BUILD_TOOLS=22.0.0
- TARGET_API=22
- ANDROID_ABI=armeabi-v7a

before_install:
- chmod +x gradlew
# environment info
- uname -a

Expand Down

0 comments on commit 1498429

Please sign in to comment.