From c53e3123cc87b855f6e620575c8bbf49eae77253 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Fri, 26 May 2017 16:58:32 +0100 Subject: [PATCH] Reorder .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 37d0d52a4..1bd717f75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,9 +17,9 @@ install: - go get github.com/constabulary/gb/... - go get github.com/golang/lint/golint - go get github.com/fzipp/gocyclo - - ./travis-install-kafka.sh script: + - ./travis-install-kafka.sh - ./travis-test.sh notifications: