aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJake Wharton <jw@squareup.com>2014-12-19 13:31:01 -0800
committerJake Wharton <jw@squareup.com>2014-12-19 13:31:01 -0800
commit6084001459971c480e08fae7d1b05be4616c20f8 (patch)
tree539dfae790e2f8312d4e663dcf6a45f7afe6dd26 /.travis.yml
parent422f4ef41a218ceb239a781e7d909ab58b4238f2 (diff)
downloadjavapoet-6084001459971c480e08fae7d1b05be4616c20f8.tar.gz
Cache the contents of .m2 on Travis CI.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cb4f13c..2ab6622 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,3 +20,7 @@ notifications:
email: false
sudo: false
+
+cache:
+ directories:
+ - $HOME/.m2