Commit e5637a61 authored by Phillip Webb's avatar Phillip Webb

Travis CI tweaks

parent b1ebec37
language: java language: java
install: mvn -U install --quiet -DskipTests=true 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 script: mvn install -nsu -Dmaven.test.redirectTestOutputToFile=true -Pspring-snapshot
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"
......
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
<version>2.7</version>
<configuration> <configuration>
<skip>true</skip> <skip>true</skip>
</configuration> </configuration>
......
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