*: add postgres 9.4 to travis
This commit is contained in:
parent
03d904c620
commit
1e1eb9218d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user