Ian Boston created SLING-5908:
---------------------------------
Summary: 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)