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 01:49:03 UTC

[tinkerpop] branch travis-fix updated: trying oraclejdk8

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 d3324ff  trying oraclejdk8
d3324ff is described below

commit d3324ffdefb0b95be01e162d8e1dc4acfa95ddec
Author: Robert Dale <ro...@gmail.com>
AuthorDate: Sat Nov 9 20:48:45 2019 -0500

    trying oraclejdk8
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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