Disable travis cache

This commit is contained in:
Gabriele C 2016-02-06 23:22:24 +01:00
parent 5a256cc49d
commit 3fdbcad995

View File

@ -3,12 +3,14 @@ sudo: false
language: java
jdk: oraclejdk7
cache:
directories:
- '$HOME/.m2/repository'
# Disable cache to test dependency resolution
#cache:
# directories:
# - '$HOME/.m2/repository'
script:
- mvn clean install -B && mvn clean -B
#- mvn clean install -B && mvn clean -B
- mvn clean install
notifications:
webhooks: