From fffecad93206a35a6fe59f0b971b2f281b174cdb Mon Sep 17 00:00:00 2001 From: yisraelx Date: Mon, 17 Feb 2020 13:48:59 +0200 Subject: [PATCH] ci: install yarn global --- .travis.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9900703..31edb78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,12 @@ branches: addons: chrome: stable -install: yarn install --frozen-lockfile +before_install: + - curl -o- -L https://yarnpkg.com/install.sh | bash + - export PATH=$HOME/.yarn/bin:$PATH + +install: + - yarn install --frozen-lockfile script: - yarn ci:script