Skip to content

Commit

Permalink
Fixed build version in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cortinico committed Jun 2, 2017
1 parent 6d3559e commit d871699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ env:
global:
- ANDROID_API_LEVEL=25
- EMULATOR_API_LEVEL=21
- ANDROID_BUILD_TOOLS_VERSION=25.0.2
- ANDROID_BUILD_TOOLS_VERSION=25.0.3
- ANDROID_ABI=armeabi-v7a
- ANDROID_TAG=google_apis
- ADB_INSTALL_TIMEOUT=20
Expand All @@ -29,4 +29,4 @@ before_script:
- adb shell input keyevent 82 &

script:
- ./gradlew clean build lint test connectedCheck
- ./gradlew clean build lint test connectedCheck

0 comments on commit d871699

Please sign in to comment.