Simpler travis config
This commit is contained in:
parent
590532e557
commit
3c59bb1efb
@ -3,13 +3,7 @@ sudo: false
|
|||||||
language: java
|
language: java
|
||||||
jdk: oraclejdk7
|
jdk: oraclejdk7
|
||||||
|
|
||||||
cache:
|
script: mvn verify -B
|
||||||
directories:
|
|
||||||
- '$HOME/.m2/repository'
|
|
||||||
|
|
||||||
script:
|
|
||||||
- mvn dependency:purge-local-repository -DactTransitively=false -DreResolve=false
|
|
||||||
- mvn clean install -B -U
|
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user