Use postgres 9.5 by default on travis

This commit is contained in:
Dan Sosedoff 2017-02-27 11:52:18 -06:00
parent 7556726e08
commit 1c327ac252

View File

@ -6,7 +6,7 @@ services:
- docker
addons:
postgresql: "9.4"
postgresql: "9.5"
go:
- 1.5.4