[ https://issues.apache.org/jira/browse/FLINK-7004?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16062860#comment-16062860 ]
ASF GitHub Bot commented on FLINK-7004: --------------------------------------- GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/4182 [FLINK-7004] Switch to Travis Trusty image Cleaned up version of #4167. With this PR we switch to the trusty image on Travis as it appears to have more stable build times. Other changes include: * run in a sudo-enabled environment for more memory * increase java heap size * replace oraclejdk7 profile since it is no longer supported (see https://github.com/travis-ci/travis-ci/issues/7884) * manually install maven 3.2.5 since trusty works with 3.3.9 You can merge this pull request into a Git repository by running: $ git pull https://github.com/zentol/flink 7004 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/flink/pull/4182.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 #4182 ---- commit e3ed988581a3f0e747d4a80335f86dd1ace07106 Author: zentol <ches...@apache.org> Date: 2017-06-26T09:44:45Z [FLINK-7004] Switch to Travis Trusty image - enable sudo for more memory - increase java heap size - replace usage of oraclejdk7 since it is no longer supporter - manually install maven 3.2.5 ---- > Switch to Travis Trusty image > ----------------------------- > > Key: FLINK-7004 > URL: https://issues.apache.org/jira/browse/FLINK-7004 > Project: Flink > Issue Type: Improvement > Components: Tests > Affects Versions: 1.2.0, 1.3.0, 1.4.0 > Reporter: Chesnay Schepler > Assignee: Chesnay Schepler > Priority: Critical > Fix For: 1.2.2, 1.4.0, 1.3.2 > > > As shown in this PR https://github.com/apache/flink/pull/4167 switching to > the Trusty image on Travis seems to stabilize the build times. > We should switch for 1.2, 1.3 and 1.4. -- This message was sent by Atlassian JIRA (v6.4.14#64029)