*: add postgres 9.4 to travis

This commit is contained in:
Quentin Machu 2016-02-02 13:41:03 -05:00 committed by Jimmy Zelinskie
parent 03d904c620
commit 1e1eb9218d

View File

@ -15,10 +15,14 @@ install:
script: script:
- go test -v $(go list ./... | grep -v /vendor/) - go test -v $(go list ./... | grep -v /vendor/)
services:
- postgresql
addons: addons:
apt: apt:
packages: packages:
- rpm - rpm
postgresql: "9.4"
notifications: notifications:
email: false email: false