spring-boot/.travis.yml

6 lines
137 B
YAML

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