Switch travis to use postgres 9.4

This commit is contained in:
Dan Sosedoff 2016-01-12 21:37:38 -06:00
parent 9ffa05affb
commit a4084cb556

View File

@ -2,7 +2,7 @@ language: go
sudo: false
addons:
postgresql: "9.3"
postgresql: "9.4"
go:
- 1.4.2