Skip to content

Commit 37e65fe

Browse files
committed
Unset _JAVA_OPTIONS env variable.
It's causing build failures. See travis-ci/travis-ci#8408
1 parent 8b72778 commit 37e65fe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ install:
1818
- bundle install --deployment --jobs=1
1919
- cp grunt/npm-shrinkwrap.json ./
2020
- npm install
21+
# Undo `_JAVA_OPTIONS` environment variable;
22+
# see https://github.com/travis-ci/travis-ci/issues/8408
23+
before_script:
24+
- _JAVA_OPTIONS=
2125
cache:
2226
directories:
2327
- node_modules

0 commit comments

Comments
 (0)