Add more versions to the travis test matrix

This commit is contained in:
brianc 2016-05-03 13:07:50 -05:00
parent 17697e98d7
commit be7af371d8

View File

@ -1,7 +1,9 @@
language: node_js language: node_js
node_js: node_js:
- "0.12" - "0.12"
- "4.2.2" - "4"
- "5"
- "6"
addons: addons:
postgresql: "9.2" postgresql: "9.2"