mirror of
https://github.com/brianc/node-postgres.git
synced 2026-02-01 16:47:23 +00:00
Revert changes to .travis.yml
This commit is contained in:
parent
1a4955eb46
commit
fd6dc8b0a1
@ -17,6 +17,11 @@ addons:
|
|||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
- node_js: lts/carbon
|
||||||
|
addons:
|
||||||
|
postgresql: "9.5"
|
||||||
|
dist: precise
|
||||||
|
|
||||||
# different PostgreSQL versions on Node LTS
|
# different PostgreSQL versions on Node LTS
|
||||||
- node_js: lts/erbium
|
- node_js: lts/erbium
|
||||||
addons:
|
addons:
|
||||||
@ -30,6 +35,7 @@ matrix:
|
|||||||
- node_js: lts/erbium
|
- node_js: lts/erbium
|
||||||
addons:
|
addons:
|
||||||
postgresql: "9.6"
|
postgresql: "9.6"
|
||||||
|
|
||||||
# PostgreSQL 9.2 only works on precise
|
# PostgreSQL 9.2 only works on precise
|
||||||
- node_js: lts/carbon
|
- node_js: lts/carbon
|
||||||
addons:
|
addons:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user