You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bahir.apache.org by lr...@apache.org on 2019/09/11 21:06:37 UTC

[bahir] branch branch-2.3 updated: [BAHIR-217] Installation of Oracle JDK8 is Failing in Travis CI (#93)

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

lresende pushed a commit to branch branch-2.3
in repository https://gitbox.apache.org/repos/asf/bahir.git


The following commit(s) were added to refs/heads/branch-2.3 by this push:
     new ce7c79b  [BAHIR-217] Installation of Oracle JDK8 is Failing in Travis CI (#93)
ce7c79b is described below

commit ce7c79bb2d667ada60091e3b2728bcf901d031a1
Author: abhishekd0907 <43...@users.noreply.github.com>
AuthorDate: Wed Sep 11 14:06:25 2019 -0700

    [BAHIR-217] Installation of Oracle JDK8 is Failing in Travis CI (#93)
    
    Install of Oracle JDK 8 Failing in Travis CI and as a result,
    build is failing for new pull requests.
    
    We just need to add `dist: trusty` in the .travis.yml file
    as mentioned in the issue below:
    https://travis-ci.community/t/install-of-oracle-jdk-8-failing/3038
---
 .travis.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.travis.yml b/.travis.yml
index cb6ce47..9951409 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,5 +21,7 @@ jdk:
   - openjdk8
   - oraclejdk8
 
+dist: trusty
+
 script:
   - mvn -Pdistribution clean install