ColorConsole/.travis.yml

14 lines
272 B
YAML
Raw Normal View History

2016-05-03 21:20:11 +02:00
# Use https://travis-ci.org/ for automatic tests
# speed up testing http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
sudo: false
# This is a java project
language: java
script: mvn compile test
2017-01-06 13:22:20 +01:00
# We run on 8+
2016-05-03 21:20:11 +02:00
jdk:
- oraclejdk8