install yarn in travis

This commit is contained in:
Simon Martín 2018-04-26 16:57:14 +02:00
parent f8b347a03a
commit b16e2cad19

View File

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