mirror of
https://github.com/brianc/node-postgres.git
synced 2026-02-01 16:47:23 +00:00
8 lines
98 B
YAML
8 lines
98 B
YAML
language: node_js
|
|
node_js:
|
|
- "4.2"
|
|
- "6"
|
|
- "8"
|
|
env:
|
|
- PGUSER=postgres PGDATABASE=postgres
|