From 155600423627be08b942c23d6bc672078bbe6120 Mon Sep 17 00:00:00 2001 From: Austin Burdine Date: Fri, 20 Jan 2017 03:31:45 -0600 Subject: [PATCH] Add workaround for yarn node-sass bug (#498) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 40fb17ddcc..bc178ace49 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: