[
https://issues.apache.org/jira/browse/SLING-5908?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15395386#comment-15395386
]
Ian Boston commented on SLING-5908:
-----------------------------------
Fixed in https://svn.apache.org/repos/asf/sling/trunk@1754238
> Fix travis build for Git pull requests and Git trunk
> ----------------------------------------------------
>
> Key: SLING-5908
> URL: https://issues.apache.org/jira/browse/SLING-5908
> Project: Sling
> Issue Type: Bug
> Reporter: Ian Boston
>
> The travis build has been broken for some time.
> Fixing it requires that
> * maven is upgraded to 3.3.9 using a maven wrapper
> * The heap is upped to 800MB as it fails with 512MB on JDK8
> * Switch to OracleJDK8, OracleJDK7 due to metrics classes and OpenJDK7 so
> test building is done on something other than Oracle.
> * Filter the output so that it is reliably < 4MB in size.
> * Filter the output in a way that ensures Travis doesn't kill the job. -q
> results in no output for > 10minutes killing the job.
> * Provide feedback (last 500 lines of build)
> * Temporarily disable all tests until they can be made more reliable with
> fewer false negatives.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)