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

javiroman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-myriad.git


The following commit(s) were added to refs/heads/master by this push:
     new 9bd85f6  MYRIAD-312 Fix JDK on Travis build (#141)
9bd85f6 is described below

commit 9bd85f6d3c80cb7424c5886b872e2fe67d870bfa
Author: OscarFM <oscarf...@gmail.com>
AuthorDate: Mon Aug 26 14:27:10 2019 +0200

    MYRIAD-312 Fix JDK on Travis build (#141)
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 267aa3d..b92c761 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,7 +1,7 @@
 language: java
 
 jdk:
-  - oraclejdk8 
+  - openjdk11
 
 script:
   - TERM=dumb ./gradlew build

Reply via email to