From 3698c4e7cafb01901be47876cc73cf4083ac132a Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Wed, 1 Mar 2017 10:34:31 +0000 Subject: [PATCH] Try setting the dist trusty to see if that helps with postgres --- .travis.yml | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index faa078ef3..9c4c126ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,18 +1,23 @@ language: go go: - 1.7 + +sudo: false + +dist: trusty + +addons: + postgresql: "9.5" + +services: + - postgresql + install: - go get github.com/constabulary/gb/... - go get github.com/golang/lint/golint - go get github.com/fzipp/gocyclo - ./travis-install-kafka.sh -services: - - postgresql - -addons: - postgresql: "9.5" - script: - ./travis-test.sh