diff options
author | Dmitry Timofeev <dmitry-timofeev@users.noreply.github.com> | 2019-02-13 22:19:48 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-02-13 22:19:48 +0200 |
commit | fd3942b69d6239fa3dfe80b1972a371b478fec03 (patch) | |
tree | 0fd2745edcc3063e2efde053a3ed18a11017bfb6 /.travis.yml | |
parent | febdb302e7ca816b933daa75b5b46eb8bec31058 (diff) | |
download | pf4j-fd3942b69d6239fa3dfe80b1972a371b478fec03.tar.gz pf4j-fd3942b69d6239fa3dfe80b1972a371b478fec03.zip |
Make the project build on Java 11 (#278)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
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 |