diff --git a/.travis.yml b/.travis.yml index a72146b..1bd4bea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,9 +8,11 @@ env: - PATH=$GOPATH/bin:$PATH install: + - go get -t ./... - go get -u gopkg.in/alecthomas/gometalinter.v1 - gometalinter.v1 --install + - go build -i script: - - gometalinter.v1 -e "Subprocess launching with variable.,HIGH,HIGH" ./... + - gometalinter.v1 -e "Subprocess launching with variable" -e "cyclomatic complexity" ./... - go test -v ./...