You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@twill.apache.org by ch...@apache.org on 2020/01/06 00:47:28 UTC

[twill] branch master updated: Use openjdk8 for travis

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

chtyim pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/twill.git


The following commit(s) were added to refs/heads/master by this push:
     new e2fe9d1  Use openjdk8 for travis
e2fe9d1 is described below

commit e2fe9d1b89c13f3c272e414461a1ba4198e58dea
Author: Terence Yim <te...@google.com>
AuthorDate: Sun Jan 5 16:47:07 2020 -0800

    Use openjdk8 for travis
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index fb8fcaa..2c0770a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@
 language: java
 
 jdk:
-  - oraclejdk8
+  - openjdk8
 
 branches:
   only: