This is an automated email from the ASF dual-hosted git repository. dkuppitz pushed a commit to branch TINKERPOP-2076 in repository https://gitbox.apache.org/repos/asf/tinkerpop.git
commit 083f5c13dd341668c9ad5fb63d1049426941375e Author: stephen <spmalle...@gmail.com> AuthorDate: Tue Nov 12 16:39:28 2019 -0500 TINKERPOP-2076 Use bionic for testing with travis and bump to jdk11 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 89a230f..aba58f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,9 @@ language: java os: - linux jdk: - - openjdk8 + - openjdk11 sudo: required -dist: xenial +dist: bionic services: - docker cache: