[travis] Remove Travis CI support

This commit is contained in:
Paul Campbell 2018-10-07 17:27:38 +01:00
parent e4c1d1599b
commit 1894ab6da6
2 changed files with 1 additions and 8 deletions

View file

@ -1,8 +0,0 @@
language: java
jdk:
- oraclejdk8
cache:
directories:
- "$HOME/.m2"
install: true
script: "mvn --batch-mode --errors --update-snapshots clean install"

View file

@ -5,6 +5,7 @@ CHANGELOG
-----
* [jenkins] Remove Build under Java 9 step
* [travis] Remove Travis CI support
5.0.0
-----