mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
7 lines
137 B
YAML
7 lines
137 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
|