From 87f30a3633974675bc3c67e052f5270ff2e64b21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Mart=C3=ADn?= Date: Thu, 26 Apr 2018 17:10:40 +0200 Subject: [PATCH] installing yarn in travis 2 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f9bfd71d..323bcdd3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,7 +64,8 @@ jobs: - psql -c 'create database template_postgis;' -U postgres - psql -c 'CREATE EXTENSION postgis;' -U postgres -d template_postgis - - npm install -g yarn@0.27.5 + - curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5 + - export PATH="$HOME/.yarn/bin:$PATH" - ./configure env: