travis: batch mode and update snapshots
This commit is contained in:
parent
03d6860775
commit
065c366c68
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ cache:
|
|||
directories:
|
||||
- "$HOME/.m2"
|
||||
install: true
|
||||
script: "./mvnw clean install"
|
||||
script: "./mvnw -B -U clean install"
|
||||
after_success:
|
||||
- sh .travis-support/coveralls.sh
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in a new issue