From ab771c8f754954ad94a1bc24d2e9819fd285c0da Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Thu, 17 Sep 2015 16:27:25 -0400 Subject: Adding go 1.5.1 and postgress to travis build --- Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 972ebe960..a0c878e1d 100644 --- a/Makefile +++ b/Makefile @@ -32,6 +32,11 @@ all: travis travis: @echo building for travis + if [ "$(TRAVIS_DB)" = "postgres" ]; then \ + sed -i'.bak' 's|mysql|postgres|g' config/config.json; \ + sed -i'.bak' 's|mmuser:mostest@tcp(dockerhost:3306)/mattermost_test?charset=utf8mb4,utf8|postgres://mmuser:mostest@dockerhost:5432/mattermost_test?sslmode=disable\&connect_timeout=10|g' config/config.json; \ + fi + rm -Rf $(DIST_ROOT) @$(GO) clean $(GOFLAGS) -i ./... -- cgit v1.2.3-1-g7c22