You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by rv...@apache.org on 2018/06/28 16:06:03 UTC

[2/4] jena git commit: Fix Travis environment setup

Fix Travis environment setup


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

Branch: refs/heads/master
Commit: 9ac9c0c54432e9ae3ca589db259bbadadc57b48f
Parents: ac70cb5
Author: Rob Vesse <rv...@apache.org>
Authored: Wed Jun 27 18:25:58 2018 +0100
Committer: Rob Vesse <rv...@apache.org>
Committed: Wed Jun 27 18:25:58 2018 +0100

----------------------------------------------------------------------
 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/9ac9c0c5/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 0e2f168..4b582ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,5 +6,4 @@ jdk:
   - oraclejdk8
   - openjdk8
 env:
-  global:
-    - JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"
+  - JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"