mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
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:
parent
63caf7cd4c
commit
d2775fc023
13
.travis.yml
Normal file
13
.travis.yml
Normal 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"
|
||||
Loading…
x
Reference in New Issue
Block a user