From 58699b83ab3da7985d5d570bf4880a7570c4b460 Mon Sep 17 00:00:00 2001 From: Josh Black Date: Wed, 3 Oct 2018 10:38:37 -0500 Subject: [PATCH] chore(ci): update Yarn version (#1390) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9453fe0fc01e..0102eaa6fec9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ notifications: email: false before_install: - - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.9.4 + - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.10.1 - export PATH=$HOME/.yarn/bin:$PATH - yarn global add greenkeeper-lockfile@1