node-pg-copy-streams/.travis.yml
2015-12-16 16:58:18 -08:00

16 lines
196 B
YAML

language: node_js
node_js:
- "0.12"
- "4.2.2"
addons:
postgresql: "9.2"
services:
- postgresql
before_install:
- npm install npm --global
env:
- PGUSER=postgres PGDATABASE=postgres