Commit c1ff8c4b by Johannes Edmeier

Enable chaching for mvn dependencies in travis

parent 5b9f7217
......@@ -4,6 +4,10 @@ sudo: false
env:
- NODE_VERSION=4
cache:
directories:
- $HOME/.m2
before_install:
- 'if [[ -n "$DECRYPT_KEYPHRASE" ]]; then openssl aes-256-cbc -d -pass "env:DECRYPT_KEYPHRASE" -in .gnupg.tar.enc | tar xv; fi'
- 'if [[ ${TRAVIS_TAG} != "" ]]; then mvn versions:set -DnewVersion="${TRAVIS_TAG}"; fi'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment