Try setting the dist trusty to see if that helps with postgres

This commit is contained in:
Mark Haines 2017-03-01 10:34:31 +00:00
parent da48dfac51
commit 3698c4e7ca

View file

@ -1,18 +1,23 @@
language: go language: go
go: go:
- 1.7 - 1.7
sudo: false
dist: trusty
addons:
postgresql: "9.5"
services:
- postgresql
install: install:
- go get github.com/constabulary/gb/... - go get github.com/constabulary/gb/...
- go get github.com/golang/lint/golint - go get github.com/golang/lint/golint
- go get github.com/fzipp/gocyclo - go get github.com/fzipp/gocyclo
- ./travis-install-kafka.sh - ./travis-install-kafka.sh
services:
- postgresql
addons:
postgresql: "9.5"
script: script:
- ./travis-test.sh - ./travis-test.sh