[travis] Remove Travis CI support
This commit is contained in:
parent
e4c1d1599b
commit
1894ab6da6
2 changed files with 1 additions and 8 deletions
|
@ -1,8 +0,0 @@
|
|||
language: java
|
||||
jdk:
|
||||
- oraclejdk8
|
||||
cache:
|
||||
directories:
|
||||
- "$HOME/.m2"
|
||||
install: true
|
||||
script: "mvn --batch-mode --errors --update-snapshots clean install"
|
|
@ -5,6 +5,7 @@ CHANGELOG
|
|||
-----
|
||||
|
||||
* [jenkins] Remove Build under Java 9 step
|
||||
* [travis] Remove Travis CI support
|
||||
|
||||
5.0.0
|
||||
-----
|
||||
|
|
Loading…
Reference in a new issue