installing yarn in travis 2
This commit is contained in:
parent
47b029a871
commit
87f30a3633
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user