mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
6 lines
126 B
YAML
6 lines
126 B
YAML
language: node_js
|
|
node_js:
|
|
- 0.8
|
|
before_script:
|
|
- node script/create-test-tables.js pg://postgres@127.0.0.1:5432/postgres
|