2
0
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:
XhmikosR
2017-09-17 08:51:56 +03:00
parent 8b727783d8
commit 37e65feeda
+4
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