Add travis.yml file (#9)

* Add travis.yml file

* Remove test on pg@9.5 since travis does not support it
This commit is contained in:
Brian C 2016-06-22 23:55:17 -05:00 committed by GitHub
parent 63caf7cd4c
commit d2775fc023

13
.travis.yml Normal file
View File

@ -0,0 +1,13 @@
language: node_js
matrix:
include:
- node_js: "4"
addons:
postgresql: "9.1"
- node_js: "5"
addons:
postgresql: "9.4"
- node_js: "6"
addons:
postgresql: "9.4"