*: add postgres 9.4 to travis
This commit is contained in:
parent
03d904c620
commit
1e1eb9218d
@ -15,10 +15,14 @@ install:
|
||||
script:
|
||||
- go test -v $(go list ./... | grep -v /vendor/)
|
||||
|
||||
services:
|
||||
- postgresql
|
||||
|
||||
addons:
|
||||
apt:
|
||||
packages:
|
||||
- rpm
|
||||
postgresql: "9.4"
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
Reference in New Issue
Block a user