Merge pull request #126 from kemitix/remove-travis-ci

[travis] Remove Travis CI support
This commit is contained in:
Paul Campbell 2018-10-07 17:39:25 +01:00 committed by GitHub
commit ebe783d604
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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
-----