mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-21 18:54:30 +01:00
Unset _JAVA_OPTIONS
env variable.
It's causing build failures. See travis-ci/travis-ci#8408
This commit is contained in:
parent
8b727783d8
commit
37e65feeda
@ -18,6 +18,10 @@ install:
|
|||||||
- bundle install --deployment --jobs=1
|
- bundle install --deployment --jobs=1
|
||||||
- cp grunt/npm-shrinkwrap.json ./
|
- cp grunt/npm-shrinkwrap.json ./
|
||||||
- npm install
|
- npm install
|
||||||
|
# Undo `_JAVA_OPTIONS` environment variable;
|
||||||
|
# see https://github.com/travis-ci/travis-ci/issues/8408
|
||||||
|
before_script:
|
||||||
|
- _JAVA_OPTIONS=
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- node_modules
|
- node_modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user