Remove postgres 9.1 from test matrix - json is not supported

This commit is contained in:
Brian M. Carlson 2019-12-18 14:08:23 -06:00
parent 57177d749e
commit b14cf678cc

View File

@ -36,11 +36,7 @@ matrix:
addons:
postgresql: "9.6"
# PostgreSQL 9.1 and 9.2 only work on precise
- node_js: lts/carbon
addons:
postgresql: "9.1"
dist: precise
# PostgreSQL 9.2 only works on precise
- node_js: lts/carbon
addons:
postgresql: "9.2"