You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@toree.apache.org by kb...@apache.org on 2019/10/22 15:14:10 UTC

[incubator-toree] branch master updated: [TOREE-505] Fix Oracle JDK8 in Travis CI

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 5faede2  [TOREE-505] Fix Oracle JDK8 in Travis CI
5faede2 is described below

commit 5faede27b6a165cb241bd03ec9080805b5f9c5a0
Author: Luciano Resende <lr...@apache.org>
AuthorDate: Sun Oct 20 11:53:05 2019 -0700

    [TOREE-505] Fix Oracle JDK8 in Travis CI
    
    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, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index c5b8180..2aa32f7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -15,6 +15,7 @@
 # limitations under the License.
 #
 
+dist: trusty
 language: scala
 scala:
     - "2.11"
@@ -46,4 +47,3 @@ cache:
 #branches:
 #    only:
 #        - master
-