Add workaround for yarn node-sass bug (#498)

This commit is contained in:
Austin Burdine 2017-01-20 03:31:45 -06:00 committed by Kevin Ansfield
parent 6f66eba244
commit 928aa46de8

View File

@ -34,6 +34,7 @@ install:
- bower install
before_script:
- yarn add --force node-sass # temporary, workaround for https://github.com/yarnpkg/yarn/issues/1981
- export DISPLAY=:99; sh -e /etc/init.d/xvfb start; sleep 3;
script: