travis: batch mode and update snapshots

This commit is contained in:
Paul Campbell 2018-02-24 22:02:13 +00:00
parent 03d6860775
commit 065c366c68

View file

@ -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)