diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2019-03-13 22:35:35 +0200 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2019-03-13 22:35:35 +0200 |
commit | ce81809c526926799a3ac323b7f6ee509c3ee3b8 (patch) | |
tree | 1493a1c364a83241f53d3643f95d91c46b0b5819 /.travis.yml | |
parent | 4eeaf8ab558da4a6974e4cb5deccc57c32d620f9 (diff) | |
download | pf4j-ce81809c526926799a3ac323b7f6ee509c3ee3b8.tar.gz pf4j-ce81809c526926799a3ac323b7f6ee509c3ee3b8.zip |
Development is done on Java 11 (OpenJDK)
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 90b2770..b2e4fb7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: java jdk: - - openjdk7 -# 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 |