aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-03-23 19:59:30 +0000
committerKenny Root <kenny@the-b.org>2015-03-23 19:59:30 +0000
commit599926fc4af27a2bb6951ef5413cb6e2ae5d6ed7 (patch)
treebff4acfe2ba0cbf528ced224d7c477264cabb805 /.travis.yml
parent84abb3c8313ea30d2f15b11a11a2d2e12c218f54 (diff)
downloadconnectbot-599926fc4af27a2bb6951ef5413cb6e2ae5d6ed7.tar.gz
connectbot-599926fc4af27a2bb6951ef5413cb6e2ae5d6ed7.tar.bz2
connectbot-599926fc4af27a2bb6951ef5413cb6e2ae5d6ed7.zip
travis: also cache gradle dists
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index b3dc81b..1a9b863 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,7 @@ env:
cache:
directories:
- $HOME/.gradle/caches/
+ - $HOME/.gradle/wrapper/dists/
- $HOME/.cache/ndk
before_install: