Skip to content

Commit 53498e7

Browse files
committed
Bump memory for jruby
1 parent 235442f commit 53498e7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.travis.yml

+13
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,16 @@ rvm:
33
- ruby-head
44
- jruby-19mode
55
- jruby-head
6+
env:
7+
- JRUBY_OPTS="-Xmx512M"
8+
-
9+
matrix:
10+
exclude:
11+
- rvm: 1.9.3
12+
env: JRUBY_OPTS="-Xmx512M"
13+
- rvm: ruby-head
14+
env: JRUBY_OPTS="-Xmx512M"
15+
- rvm: jruby-19mode
16+
env:
17+
- rvm: jruby-head
18+
env:

0 commit comments

Comments
 (0)