mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
9 lines
183 B
YAML
9 lines
183 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.8
|
|
- "0.10"
|
|
before_script:
|
|
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
|
|
before_install:
|
|
- npm install -g npm@~1.4.6
|