This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch BCEL-267
in repository https://gitbox.apache.org/repos/asf/commons-bcel.git


The following commit(s) were added to refs/heads/BCEL-267 by this push:
     new 8c133dc  Add OpenJDK 8 to Travis build.
8c133dc is described below

commit 8c133dc2c0fa88d4fc948274172ddcc3607faf13
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Feb 11 09:08:57 2019 -0500

    Add OpenJDK 8 to Travis build.
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index dd74238..605a9a8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -17,7 +17,7 @@ language: java
 sudo: false
 
 jdk:
-  - openjdkjdk8
+  - openjdk8
   - oraclejdk8
 
 after_success:

Reply via email to