Skip to content

Commit b40a44b

Browse files
committed
fix travis
1 parent 00b1ba9 commit b40a44b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ env:
5151
- JAVA_OPTS=-Xmx1024m
5252

5353
before_install:
54-
- "echo $JAVA_OPTS"
55-
- bundle update # temporary fix, not sure why it helps
54+
- "echo JAVA_OPTS: $JAVA_OPTS"
5655

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

0 commit comments

Comments
 (0)