From 815306df5936e1e96a4c7793f5f135fd826ea56e Mon Sep 17 00:00:00 2001 From: Matthew Buckett Date: Tue, 27 Jan 2015 14:31:45 +0000 Subject: [PATCH] INFRSTR-310 Switch to the a container based build. This allows us to use the travis container based builds which allows us to cache the ~/.m2 folder so that we don't download all the dependencies and all of maven every time the build runs. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index dff5f3a5d02a..4040c87a12f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1 +1,5 @@ language: java +sudo: false +cache: + directories: + - $HOME/.m2