Browse Source

Reduce logging in Travis

pull/234/head
Phillip Webb 12 years ago
parent
commit
6c255e5785
  1. 4
      .travis.yml

4
.travis.yml

@ -1,5 +1,5 @@
language: java language: java
services: mongodb services: mongodb
install: mvn install -U -DskipTests=true -P spring-snapshot install: mvn install -q -U -DskipTests=true -P spring-snapshot
script: mvn install -nsu -P '!integration' script: mvn install -q -nsu -P '!integration'

Loading…
Cancel
Save