Skip to content

Commit fae8ff4

Browse files
author
Omer Katz
authored
Export environment variables with travis syntax.
1 parent 5bcf4d7 commit fae8ff4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ matrix:
3939
jdk: oraclejdk8
4040
env: TRUFFLE=1
4141

42+
env:
43+
global:
44+
- JAVA_OPTS=-Xmx1024m
45+
4246
before_script:
4347
- "echo $JAVA_OPTS"
44-
- "export JAVA_OPTS=-Xmx1024m"
4548

4649
script: if [[ -v TRUFFLE ]]; then support/test-truffle.sh; else RUBYOPT=-w bundle exec rake ci; fi

0 commit comments

Comments
 (0)