This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/commons-ognl.git
The following commit(s) were added to refs/heads/trunk by this push: new 8d4b6f5 add 'openjdk11' to Travis build matrix new e8db8c3 Merge pull request #4 from sullis/travis-openjdk11 8d4b6f5 is described below commit 8d4b6f5fda3e0f5625e978cf9e7eb59b9ce21d91 Author: Sean Sullivan <git...@seansullivan.com> AuthorDate: Sat Jan 26 12:08:03 2019 -0800 add 'openjdk11' to Travis build matrix --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ad87625..3c67709 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,6 +21,7 @@ jdk: - oraclejdk7 - oraclejdk8 - oraclejdk9 + - openjdk11 after_success: - mvn clean cobertura:cobertura coveralls:report