diff --git a/.travis.yml b/.travis.yml index c266fa86..1169dddd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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