spring-boot/.travis.yml
2014-01-16 13:37:19 -08:00

6 lines
143 B
YAML

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