added -U to mvn command

This commit is contained in:
Spencer Gibb
2015-01-23 12:23:06 -07:00
parent d2dfd3c5d8
commit 424f922d5d

View File

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