Added cache in travis - maven cache - node_modules cache
Project: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/repo Commit: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/commit/755b39e8 Tree: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/tree/755b39e8 Diff: http://git-wip-us.apache.org/repos/asf/brooklyn-ui/diff/755b39e8 Branch: refs/heads/master Commit: 755b39e83a6b8e88ef54cbc4ea0766474090e8b8 Parents: 832a67f Author: Nicolas B <[email protected]> Authored: Mon Sep 24 18:47:32 2018 +0200 Committer: GitHub <[email protected]> Committed: Mon Sep 24 18:47:32 2018 +0200 ---------------------------------------------------------------------- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/brooklyn-ui/blob/755b39e8/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index dff5f3a..ef21bcf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,5 @@ language: java +cache: + directories: + - $HOME/.m2 + - node_modules # NPM packages
