From 8f9124bc3f0cfaf138deaf6e3ccf65165ec10a8c Mon Sep 17 00:00:00 2001 From: squidfunk Date: Thu, 16 Mar 2017 12:16:55 +0100 Subject: [PATCH] Fix yarn installation failing in CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed5e871c6..87b32afb8 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: - - npm install -g yarn + - npm install -g yarn@v0.22.0 # Install dependencies install: