From dcfd7da4e1804e7fa63d06a2071e68e8e347c40b Mon Sep 17 00:00:00 2001 From: Eyal Posener Date: Sun, 9 Sep 2018 17:44:11 +0300 Subject: Disable gometalinter I will move the repo to golangci.com linter later on --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3208066..2fae945 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,11 +8,8 @@ go: before_install: - go get -u -t ./... - - go get -u gopkg.in/alecthomas/gometalinter.v2 - - gometalinter.v2 --install script: - - gometalinter.v2 --config metalinter.json ./... - GO111MODULE=on ./test.sh after_success: -- cgit v1.2.3