From 065c366c6893cd2d5b7f40b10fa98cd03ef86d0f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Sat, 24 Feb 2018 22:02:13 +0000 Subject: [PATCH] travis: batch mode and update snapshots --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d1d54a..ea42614 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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)