We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcf4d7 commit fae8ff4Copy full SHA for fae8ff4
.travis.yml
@@ -39,8 +39,11 @@ matrix:
39
jdk: oraclejdk8
40
env: TRUFFLE=1
41
42
+env:
43
+ global:
44
+ - JAVA_OPTS=-Xmx1024m
45
+
46
before_script:
47
- "echo $JAVA_OPTS"
- - "export JAVA_OPTS=-Xmx1024m"
48
49
script: if [[ -v TRUFFLE ]]; then support/test-truffle.sh; else RUBYOPT=-w bundle exec rake ci; fi
0 commit comments