node-pg-copy-streams/.travis.yml
2019-05-24 16:47:10 +02:00

15 lines
178 B
YAML

language: node_js
node_js:
- "6"
- "8"
- "10"
- "11"
services:
- postgresql
before_install:
- npm install npm --global
env:
- PGUSER=postgres PGDATABASE=postgres