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 00b1ba9 commit b40a44bCopy full SHA for b40a44b
.travis.yml
@@ -51,7 +51,6 @@ env:
51
- JAVA_OPTS=-Xmx1024m
52
53
before_install:
54
- - "echo $JAVA_OPTS"
55
- - bundle update # temporary fix, not sure why it helps
+ - "echo JAVA_OPTS: $JAVA_OPTS"
56
57
script: if [[ -v TRUFFLE ]]; then support/test-truffle.sh; else RUBYOPT=-w bundle exec rake ci; fi
0 commit comments