Skip to content

Commit

Permalink
Merge pull request #322 from v-ahibr/Travic_Cache
Browse files Browse the repository at this point in the history
Cache mvn dependancies for Travis-CI
  • Loading branch information
v-ahibr authored Jun 5, 2017
2 parents d8f677e + 51339f4 commit 900c523
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ env:
- mssql_jdbc_logging='true'
# Enabling logging with console / file handler for JUnit Test Framework.
#- mssql_jdbc_logging_handler='console'|'file'

#Cache the .m2 folder
cache:
directories:
- $HOME/.m2

install:
- mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V -Pbuild41
Expand Down

0 comments on commit 900c523

Please sign in to comment.