installing yarn in travis 2

This commit is contained in:
Simon Martín 2018-04-26 17:10:40 +02:00
parent 47b029a871
commit 87f30a3633

View File

@ -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: