Disable travis cache
This commit is contained in:
+6
-4
@@ -3,12 +3,14 @@ sudo: false
|
|||||||
language: java
|
language: java
|
||||||
jdk: oraclejdk7
|
jdk: oraclejdk7
|
||||||
|
|
||||||
cache:
|
# Disable cache to test dependency resolution
|
||||||
directories:
|
#cache:
|
||||||
- '$HOME/.m2/repository'
|
# directories:
|
||||||
|
# - '$HOME/.m2/repository'
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- mvn clean install -B && mvn clean -B
|
#- mvn clean install -B && mvn clean -B
|
||||||
|
- mvn clean install
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
|||||||
Reference in New Issue
Block a user