diff --git a/.travis.yml b/.travis.yml index 04c61e69a..0d23476e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,11 @@ env: # Give Maven 1GB of memory to work with - MAVEN_OPTS=-Xmx1024M +cache: + directories: + - .autoconf + - $HOME/.m2 + install: - "echo 'Skipping install stage, dependencies will be downloaded during build and test stages.'"