Skip to content

Commit

Permalink
Merge pull request #331 from UNC-Libraries/travis-cache-maven
Browse files Browse the repository at this point in the history
Cache downloaded Maven artifacts
  • Loading branch information
bbpennel committed Jul 28, 2015
2 parents 3157bcf + 2ba4b2a commit 1d65dc6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ services:
- redis-server
script: mvn test -pl access-common,access,admin,deposit,fcrepo-cdr-fesl,fcrepo-clients,fcrepo-irods-storage,metadata,persistence,security,solr-ingest,solr-search,sword-server
sudo: false
cache:
directories:
- "$HOME/.m2/repository"

0 comments on commit 1d65dc6

Please sign in to comment.