You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2018/07/09 14:14:19 UTC

[GitHub] stevedlawrence closed pull request #78: Configure the Travis CI build environment for more memory

stevedlawrence closed pull request #78: Configure the Travis CI build environment for more memory
URL: https://github.com/apache/incubator-daffodil/pull/78
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.travis.yml b/.travis.yml
index 20c86cf3c..08b3ece4a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -22,11 +22,12 @@ scala:
   - 2.11.8
 jdk:
   - oraclejdk8
-sudo: false
+sudo: required
+dist: trusty
 before_script:
   - unset _JAVA_OPTIONS
 script:
-  - sbt -J-Xms4g -J-Xmx4g ++$TRAVIS_SCALA_VERSION
+  - sbt -J-Xms7g -J-Xmx7g ++$TRAVIS_SCALA_VERSION
     compile
     test:compile
     it:compile


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services