From d1af1d029fb7aa40d8fc04c1eaacb9410f8e2441 Mon Sep 17 00:00:00 2001 From: Joona Hoikkala Date: Wed, 25 Apr 2018 11:44:34 +0300 Subject: [PATCH] Revert "Disable golint until golang/go#25048 is resolved." This reverts commit 1c918fcaa4dd6278739e2f83579d386c79e7ee46. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c8d37337..cc73f367 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,10 @@ go: env: - "PATH=/home/travis/gopath/bin:$PATH" before_install: + - go get github.com/golang/lint/golint - go get github.com/mattn/goveralls script: - go vet + - golint -set_exit_status - go test -race -v - $HOME/gopath/bin/goveralls -ignore main.go -v -service=travis-ci