node-pg-copy-streams/.travis.yml

9 lines
139 B
YAML
Raw Normal View History

2014-09-16 08:49:09 +08:00
language: node_js
node_js:
- "0.10"
- "0.11"
2015-03-09 22:11:33 +08:00
before_install:
- npm install npm --global
2014-09-16 08:49:09 +08:00
env:
2015-03-09 22:11:33 +08:00
- PGUSER=postgres PGDATABASE=postgres