Skip to content

Commit

Permalink
INFRSTR-310 Switch to the a container based build.
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
buckett committed Jan 27, 2015
1 parent dbe824a commit 815306d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
language: java
sudo: false
cache:
directories:
- $HOME/.m2

0 comments on commit 815306d

Please sign in to comment.