summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDmitry Timofeev <dmitry-timofeev@users.noreply.github.com>2019-02-13 22:19:48 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2019-02-13 22:19:48 +0200
commitfd3942b69d6239fa3dfe80b1972a371b478fec03 (patch)
tree0fd2745edcc3063e2efde053a3ed18a11017bfb6 /.travis.yml
parentfebdb302e7ca816b933daa75b5b46eb8bec31058 (diff)
downloadpf4j-fd3942b69d6239fa3dfe80b1972a371b478fec03.tar.gz
pf4j-fd3942b69d6239fa3dfe80b1972a371b478fec03.zip
Make the project build on Java 11 (#278)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6856742..90b2770 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -4,5 +4,6 @@ jdk:
# JDK7 is not supported anymore; https://github.com/travis-ci/travis-ci/issues/7884#issuecomment-308451879
# - oraclejdk7
- oraclejdk8
+ - openjdk11
after_success:
- mvn clean cobertura:cobertura coveralls:report