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:
parent
8b727783d8
commit
37e65feeda
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user