Update .travis.yml

This commit is contained in:
Paul Campbell 2018-01-08 21:54:52 +00:00
parent 17b014fa9d
commit f3862be3e5

View file

@ -5,7 +5,7 @@ cache:
directories: directories:
- "$HOME/.m2" - "$HOME/.m2"
install: true install: true
script: "./mvnw clean install" script: "./mvnw --batch-mode --errors --update-snapshots clean install"
after_success: after_success:
- sh .travis-support/coveralls.sh - sh .travis-support/coveralls.sh
- bash <(curl -s https://codecov.io/bash) - bash <(curl -s https://codecov.io/bash)