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

14 lines
354 B
YAML

language: java
jdk:
- oraclejdk8
services:
- mongodb
- redis
- cassandra
sudo: required
cache:
directories:
- $HOME/.m2
install: true
before_script: travis_wait 45 ./mvnw install -q -U -DskipTests=true -Pfast -Dmaven.test.redirectTestOutputToFile=true
script: ./mvnw install -nsu -Dmaven.test.redirectTestOutputToFile=true -P '!integration'