forcing yarn install with env params

This commit is contained in:
Simon Martín 2018-04-27 10:47:39 +02:00
parent 85eb82a175
commit bbbd7ab41c

View File

@ -67,6 +67,7 @@ jobs:
- psql -c 'CREATE EXTENSION postgis;' -U postgres -d template_postgis
- curl -o- -L https://yarnpkg.com/install.sh | bash -s -- --version 0.27.5
- export PATH="$HOME/.yarn/bin:$PATH"
- CC=gcc-4.9 CXX=g++-4.9 yarn
env:
- NPROCS=1 JOBS=1 PGUSER=postgres CC=gcc-4.9 CXX=g++-4.9