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 ./...