diff --git a/.travis-support b/.travis-support index b8593e5..b97def2 160000 --- a/.travis-support +++ b/.travis-support @@ -1 +1 @@ -Subproject commit b8593e541ba9a11447fa9559a83e5f99097ca4d2 +Subproject commit b97def251b784ecc8de6d3cc30d2793ac0bd375e diff --git a/.travis.yml b/.travis.yml index 0d1d54a..aa0c9ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)