From 26b83b036543aec68df048bc440a9fa35911a684 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 24 Feb 2017 21:04:23 +0100 Subject: [PATCH] Fixed yarn install routine --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 80899999c..ed5e871c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -44,7 +44,7 @@ cache: # Install yarn as Travis doesn't support it out of the box before_install: - - curl -o- -L https://yarnpkg.com/install.sh | bash + - npm install -g yarn # Install dependencies install: