Merge pull request #17 from brianc/more-travis-versions

Add more versions of node to the travis matrix
This commit is contained in:
Brian C 2015-11-13 10:43:50 -06:00
commit aa72d9b16a

View File

@ -1,6 +1,7 @@
language: node_js
node_js:
- "0.10"
- "0.11"
- "0.12"
- "4.2"
env:
- PGUSER=postgres PGDATABASE=postgres