Skip to content

Commit

Permalink
Travis CI configuration change to remove lint warning, and to enable …
Browse files Browse the repository at this point in the history
…caching
  • Loading branch information
staceybellerose committed Jun 6, 2017
1 parent 04ae250 commit e55ffe3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ android:
components:
# Uncomment the lines below if you want to
# use the latest revision of Android SDK Tools
- tools
- platform-tools
- tools

Expand Down Expand Up @@ -34,6 +35,16 @@ env:
#- API=android-24 ABI=armeabi-v7a
#- API=android-24 ABI=arm64-v8a

before_cache:
- rm -f $HOME/.gradle/caches/modules-2/modules-2.lock
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

cache:
directories:
- $HOME/.gradle/caches/
- $HOME/.gradle/wrapper/
- $HOME/.android/build-cache

before_install:
- chmod +x gradlew

Expand Down

0 comments on commit e55ffe3

Please sign in to comment.