From 4a771bc6df1e8402e679170bd14cb02fb9b845b6 Mon Sep 17 00:00:00 2001 From: Chris Thielen Date: Wed, 18 Dec 2019 12:58:04 -0800 Subject: [PATCH] chore(travis): install yarn via 'npm i -g yarn' to get latest version. Do not cache .downstream_projects --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 19e0545c..d092339c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,7 @@ services: - xvfb before_install: - sudo apt-get install libgconf-2-4 - - export PATH=$HOME/.yarn/bin:$PATH - - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 1.5.1 + - npm install -g yarn script: - tsc && yarn test && @@ -23,4 +22,3 @@ git: cache: directories: - node_modules - - '.downstream_cache'