diff --git a/.travis.yml b/.travis.yml index 082a9e2..d244c10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ before_install: - git config credential.helper "store --file=.git/credentials" - echo "https://$GH_TOKEN:@github.com" > .git/credentials install: -- mvn install -Dmaven.test.redirectTestOutputToFile=true +- mvn install -U -Dmaven.test.redirectTestOutputToFile=true env: global: - GIT_NAME="Dave Syer"