From 4daa7ca3420d7f74cb1f23eed408477f0b5195e1 Mon Sep 17 00:00:00 2001 From: Matthew Riley Date: Fri, 13 Oct 2017 14:43:55 -0700 Subject: [PATCH] Update to latest version of Yarn --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0affb5a62..3f973d394 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: # Node.js 6.10.2 for all JavaScript code (to match AWS Lambda). - nvm install v6.10.2 # Install Yarn as per https://yarnpkg.com/lang/en/docs/install-ci/#travis-tab. - - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.24.6 + - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.2.1 - export PATH=$HOME/.yarn/bin:$PATH # Install the AWS CLI so that we can publish the resulting release (if applicable) at the end. - pip install --upgrade --user awscli