This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 7964c45 Add OpenJDK 8 to Travis builds.
7964c45 is described below
commit 7964c45a54347dcdcd9ea1640c62dac7b3d71809
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Apr 16 09:17:15 2019 -0400
Add OpenJDK 8 to Travis builds.
---
.travis.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.travis.yml b/.travis.yml
index 8e71802..cff0180 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ language: java
jdk:
- oraclejdk8
- oraclejdk11
+ - openjdk8
- openjdk11
- openjdk12
- openjdk-ea