0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

Unset _JAVA_OPTIONS env variable.

It's causing build failures.

See travis-ci/travis-ci#8408
This commit is contained in:
XhmikosR 2017-09-17 08:51:56 +03:00
parent 8b727783d8
commit 37e65feeda

View File

@ -18,6 +18,10 @@ install:
- bundle install --deployment --jobs=1
- cp grunt/npm-shrinkwrap.json ./
- npm install
# Undo `_JAVA_OPTIONS` environment variable;
# see https://github.com/travis-ci/travis-ci/issues/8408
before_script:
- _JAVA_OPTIONS=
cache:
directories:
- node_modules