You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by wi...@apache.org on 2016/08/17 06:43:38 UTC

marmotta git commit: tuned travis memory settings

Repository: marmotta
Updated Branches:
  refs/heads/develop 0fe6531bb -> bc09d2747


tuned travis memory settings


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/bc09d274
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/bc09d274
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/bc09d274

Branch: refs/heads/develop
Commit: bc09d27478da2c33db7310ad8d91b82cebe1c3e2
Parents: 0fe6531
Author: Sergio Fern�ndez <wi...@apache.org>
Authored: Wed Aug 17 08:43:29 2016 +0200
Committer: Sergio Fern�ndez <wi...@apache.org>
Committed: Wed Aug 17 08:43:29 2016 +0200

----------------------------------------------------------------------
 .travis.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/bc09d274/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index d7b1f3f..aad6f0e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -28,5 +28,8 @@ jdk:
 - oraclejdk7
 - oraclejdk8
 
+before_install:
+- echo "MAVEN_OPTS='-Xmx2g'" > ~/.mavenrc
+
 script: mvn clean install