Skip to content

Commit

Permalink
Travis updated to new build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
arturogutierrez committed Jan 18, 2018
1 parent 73b969a commit 91a10bc
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 @@ -4,7 +4,7 @@ jdk: oraclejdk8

cache:
directories:
- $HOME/.gradle/caches/3.2.1
- $HOME/.gradle/caches/4.4.1
- $HOME/.gradle/caches/jars-1
- $HOME/.gradle/daemon
- $HOME/.gradle/native
Expand All @@ -18,8 +18,8 @@ before_install:
android:
components:
- tools
- build-tools-25.0.1
- android-24
- build-tools-26.0.2
- android-26
- platform-tools

# Additional components
Expand Down

0 comments on commit 91a10bc

Please sign in to comment.