mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-15 11:59:39 +03:00
Unset _JAVA_OPTIONS env variable.
It's causing build failures. See travis-ci/travis-ci#8408
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user