Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Add workaround for yarn node-sass bug (#498)
Browse files Browse the repository at this point in the history
  • Loading branch information
acburdine authored and kevinansfield committed Jan 20, 2017
1 parent 8b86b7e commit 1556004
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1556004

Please sign in to comment.