Commit 251e22a5 authored by Phillip Webb's avatar Phillip Webb

Update travis build

parent 2a3985ea
...@@ -4,7 +4,7 @@ install: mvn install -U -DskipTests=true -Pspring-snapshot ...@@ -4,7 +4,7 @@ install: mvn install -U -DskipTests=true -Pspring-snapshot
before_script: before_script:
- "gem install travis-artifacts" - "gem install travis-artifacts"
- "mvn -version" - "mvn -version"
script: mvn install -nsu -Dmaven.test.redirectTestOutputToFile=true -Pspring-snapshot script: mvn install -nsu -Dmaven.test.redirectTestOutputToFile=true
after_failure: after_failure:
- "for f in `find . -name build.log`; do travis-artifacts upload --path $f; done" - "for f in `find . -name build.log`; do travis-artifacts upload --path $f; done"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment