mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-25 16:03:13 +00:00
7 lines
91 B
YAML
7 lines
91 B
YAML
language: node_js
|
|
node_js:
|
|
- '0.10'
|
|
- '6.9'
|
|
- '8'
|
|
after_success: 'npm run coveralls'
|