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

17 lines
198 B
YAML
Raw Normal View History

2014-09-16 08:49:09 +08:00
language: node_js
node_js:
- "6"
- "8"
- "10"
addons:
postgresql: "9.2"
services:
- postgresql
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