You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@samoa.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/11/22 13:23:00 UTC

[jira] [Commented] (SAMOA-76) Failing Travis builds - changes in Travis config needed

    [ https://issues.apache.org/jira/browse/SAMOA-76?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16262506#comment-16262506 ] 

ASF GitHub Bot commented on SAMOA-76:
-------------------------------------

GitHub user mgrzenda opened a pull request:

    https://github.com/apache/incubator-samoa/pull/74

    SAMOA-76: changes JDK used for Travis builds

    SAMOA-76: changes JDK used for Travis builds

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/mgrzenda/incubator-samoa SAMOA-76

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-samoa/pull/74.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #74
    
----
commit ccb2da057c6e1a5d974240b8d5552405d9e0611e
Author: Maciej Grzenda <m....@mini.pw.edu.pl>
Date:   2017-11-22T13:20:35Z

    Update .travis.yml
    
    SAMOA-76: changes JDK used for Travis builds

----


> Failing Travis builds - changes in Travis config needed
> -------------------------------------------------------
>
>                 Key: SAMOA-76
>                 URL: https://issues.apache.org/jira/browse/SAMOA-76
>             Project: SAMOA
>          Issue Type: Bug
>            Reporter: Maciej Grzenda
>
> Automated Travis builds fail because of Travis-Java settings. Actually, the builds are terminated at the very beginning, because of Java misconfiguration.
> The key issue seems to be in the messages:
> The JAVA_HOME environment variable is not defined correctly
> This environment variable is needed to run this program
> NB: JAVA_HOME should point to a JDK not a JRE__
> It seems the reason is the problem:  https://github.com/travis-ci/travis-ci/issues/7964, which is resolved as follows:
> oraclejdk7 is no longer available in Travis, replace it with openjdk7
> To test whether the change to openjdk helps, updates to Samoa Travis config are needed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)