UNPKG

314 BYAMLView Raw
1language: node_js
2
3node_js:
4 - "0.10"
5
6addons:
7 postgresql: "9.3"
8
9services:
10 - mongodb
11
12before_script:
13 - psql -c 'create database travis_postgis;' -U postgres
14 - psql -c 'CREATE EXTENSION postgis;' -U postgres -d travis_postgis
15 - psql -c 'CREATE EXTENSION postgis_topology;' -U postgres -d travis_postgis