Skip to content

Commit

Permalink
Attempt to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Aug 15, 2014
1 parent c47024c commit 12fb834
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ language: java
services: mongodb

install: true
script: mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true || true
script: mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
before_script:
- mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true || true
- mvn install -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
script: mvn install -q -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'

0 comments on commit 12fb834

Please sign in to comment.