From 913a67b2c059f5e3f5e966fccc5331f3de941e6b Mon Sep 17 00:00:00 2001 From: Ryan McCarvill Date: Mon, 27 Feb 2017 19:28:30 +1300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9C=20added=20the=20installation=20for?= =?UTF-8?q?=20ghost-editor=20into=20the=20tarvis.yml=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ghost/admin/.travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/admin/.travis.yml b/ghost/admin/.travis.yml index acfd68c7a9..1aaeea8eee 100644 --- a/ghost/admin/.travis.yml +++ b/ghost/admin/.travis.yml @@ -32,6 +32,7 @@ install: - yarn global add bower - yarn - bower install + - cd lib/ghost-editor && yarn && bower install before_script: - yarn add --force node-sass # temporary, workaround for https://github.com/yarnpkg/yarn/issues/1981