Skip to content

Commit

Permalink
Attempt to fix Travis-CI log size error
Browse files Browse the repository at this point in the history
  • Loading branch information
Phillip Webb committed Feb 4, 2014
1 parent 37069d9 commit 9049291
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: java
services: mongodb

install: mvn install -q -U -DskipTests=true -P spring-snapshot
script: mvn install -q -nsu -P '!integration'
install: mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true -P spring-snapshot
script: mvn install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'
13 changes: 0 additions & 13 deletions spring-boot/src/test/resources/logback-test.xml

This file was deleted.

0 comments on commit 9049291

Please sign in to comment.