From 654110a154a34203eecbbed6f9c21b1275442954 Mon Sep 17 00:00:00 2001 From: iwat Date: Fri, 5 May 2017 18:09:44 +0700 Subject: [PATCH] Minor format --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1bd4bea..df9cb6c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,6 @@ install: - go build -i script: - - gometalinter.v1 -e "Subprocess launching with variable" -e "cyclomatic complexity" ./... + - gometalinter.v1 -e "Subprocess launching with variable" -e "cyclomatic complexity" + ./... - go test -v ./...