Skip to content

Commit b14cf67

Browse files
committed
Remove postgres 9.1 from test matrix - json is not supported
1 parent 57177d7 commit b14cf67

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

+1-5
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ matrix:
3636
addons:
3737
postgresql: "9.6"
3838

39-
# PostgreSQL 9.1 and 9.2 only work on precise
40-
- node_js: lts/carbon
41-
addons:
42-
postgresql: "9.1"
43-
dist: precise
39+
# PostgreSQL 9.2 only works on precise
4440
- node_js: lts/carbon
4541
addons:
4642
postgresql: "9.2"

0 commit comments

Comments
 (0)