You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2018/11/18 22:22:40 UTC

[4/8] buildr git commit: Travis: typo in JRUBY_OPTS

Travis: typo in JRUBY_OPTS


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

Branch: refs/heads/master
Commit: a40e6369318a748e6d1d6b468ded6c5c3d38f989
Parents: 9b702bc
Author: Olle Jonsson <ol...@gmail.com>
Authored: Sat Nov 17 22:48:28 2018 +0100
Committer: Olle Jonsson <ol...@gmail.com>
Committed: Sat Nov 17 22:48:28 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/buildr/blob/a40e6369/.travis.yml
----------------------------------------------------------------------
diff --git a/.travis.yml b/.travis.yml
index 3e7933c..96e7391 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,7 @@ scala:
   - 2.11.8
 install:
   - source ci-setup.sh
-  - export JRUBY_OPTS="--J-Xmx700M"
+  - export JRUBY_OPTS="-J-Xmx700M"
   - export JAVA_OPTS="-Xmx700m"
 script: rake ci
 notifications: