[ https://issues.apache.org/jira/browse/STORM-986?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Jungtaek Lim resolved STORM-986. -------------------------------- Resolution: Won't Fix We can move Travis CI build to container based infrastructure, and talk about this again when container based build is faster than legacy. Anyway, thanks for the idea, [~caofangkun]. > Caching maven dependencies to speedup CI builds > ----------------------------------------------- > > Key: STORM-986 > URL: https://issues.apache.org/jira/browse/STORM-986 > Project: Apache Storm > Issue Type: Improvement > Reporter: caofangkun > Assignee: caofangkun > Priority: Trivial > > See: http://docs.travis-ci.com/user/caching/ > Modify > {code} > diff --git a/.travis.yml b/.travis.yml > index a7e2df4..d6e3c8b 100644 > --- a/.travis.yml > +++ b/.travis.yml > @@ -13,6 +13,9 @@ language: java > jdk: > - oraclejdk7 > - oraclejdk8 > +cache: > + directories: > + - $HOME/.m2/repository > before_install: > - rvm use 2.1.5 --install > - nvm install 0.12.2 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)