spring-boot/.travis.yml

6 lines
89 B
YAML

language: java
install: mvn -U install --quiet -DskipTests=true
script: mvn clean test