ColorConsole/.travis.yml

12 lines
258 B
YAML
Raw Normal View History

2017-09-23 13:55:42 +02:00
# Use https://travis-ci.org/ for automatic testing
2016-05-03 21:20:11 +02:00
2017-09-23 13:55:42 +02:00
# speed up testing https://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
2016-05-03 21:20:11 +02:00
sudo: false
# This is a java project
language: java
script: mvn compile test
2017-09-23 13:55:42 +02:00
jdk: [oraclejdk8]