Update .travis.yml
This commit is contained in:
parent
17b014fa9d
commit
f3862be3e5
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 --batch-mode --errors --update-snapshots clean install"
|
||||
after_success:
|
||||
- sh .travis-support/coveralls.sh
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
|
|
Loading…
Reference in a new issue