Files
spring-cloud-cli/.travis.yml
Dave Syer 7e31e9b36c Convert thread to an actual application
User can now use spring boot CLI as before or alternatively just
java -jar the deployer app.
2016-12-15 14:44:00 +00:00

12 lines
294 B
YAML

sudo: false
cache:
directories:
- $HOME/.m2
language: java
jdk: # TODO: should work with java 1.7
- oraclejdk8
install:
- ./mvnw install -P docs -q -U -DskipTests=true -Dmaven.test.redirectTestOutputToFile=true
script:
- './mvnw install -nsu -Dmaven.test.redirectTestOutputToFile=true'