10 lines
146 B
Bash
10 lines
146 B
Bash
# start PostgreSQL
|
|
/etc/init.d/postgresql start
|
|
|
|
# install dependencies
|
|
npm install -g yarn@0.27.5
|
|
yarn
|
|
|
|
# run tests
|
|
POSTGIS_VERSION=2.4 npm test
|