From b16e2cad19130ea357a0ced7f6cf6fab1881d179 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Mart=C3=ADn?= Date: Thu, 26 Apr 2018 16:57:14 +0200 Subject: [PATCH] install yarn in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ca8d9493..e8002f41 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,6 +64,7 @@ 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 - ./configure env: