forked from spring-projects/spring-boot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Attempt to fix Travis-CI log size error
- Loading branch information
Phillip Webb
committed
Feb 4, 2014
1 parent
37069d9
commit 9049291
Showing
2 changed files
with
2 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file was deleted.
Oops, something went wrong.