You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by rd...@apache.org on 2019/11/10 02:02:35 UTC

[tinkerpop] branch travis-fix updated: maybe oraclejdk9?

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

rdale pushed a commit to branch travis-fix
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/travis-fix by this push:
     new f669f4d  maybe oraclejdk9?
f669f4d is described below

commit f669f4d8173e50021a848126f39a5cec3aa853f6
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Sat Nov 9 21:02:20 2019 -0500

    maybe oraclejdk9?
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index fc31e02..14b6def 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,7 +2,7 @@ language: java
 os:
   - linux
 jdk:
-  - oraclejdk8
+  - oraclejdk9
 sudo: required
 dist: xenial
 services: