You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
spring-boot/.travis.yml

7 lines
114 B
YAML

11 years ago
language: java
install: mvn -U install --quiet -DskipTests=true
before_script: mvn -version
11 years ago
script: mvn install
11 years ago