commit
043a926966
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit b8593e541ba9a11447fa9559a83e5f99097ca4d2
|
||||
Subproject commit b97def251b784ecc8de6d3cc30d2793ac0bd375e
|
|
@ -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