Revert changes to .travis.yml

This commit is contained in:
Brian M. Carlson 2020-01-13 11:09:48 -06:00
parent 1a4955eb46
commit fd6dc8b0a1

View File

@ -17,6 +17,11 @@ addons:
matrix:
include:
- node_js: lts/carbon
addons:
postgresql: "9.5"
dist: precise
# different PostgreSQL versions on Node LTS
- node_js: lts/erbium
addons:
@ -30,6 +35,7 @@ matrix:
- node_js: lts/erbium
addons:
postgresql: "9.6"
# PostgreSQL 9.2 only works on precise
- node_js: lts/carbon
addons: