You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by aj...@apache.org on 2016/10/21 15:14:02 UTC

jena git commit: Correcting .travis.yml syntax

Repository: jena
Updated Branches:
  refs/heads/master 973d3a638 -> 227b03b70


Correcting .travis.yml syntax


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

Branch: refs/heads/master
Commit: 227b03b7055c4e36004a84693d09568ec2d59f4b
Parents: 973d3a6
Author: ajs6f <aj...@virginia.edu>
Authored: Fri Oct 21 11:08:43 2016 -0400
Committer: ajs6f <aj...@virginia.edu>
Committed: Fri Oct 21 11:08:43 2016 -0400

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


http://git-wip-us.apache.org/repos/asf/jena/blob/227b03b7/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index e056f0c..f9b7cec 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,4 +6,4 @@ jdk:
   - oraclejdk8
 env:
   global:
-- JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"
+    - JAVA_OPTS="-Xmx3072M -Xms512M -XX:+UseG1GC"