summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorEyal Posener <[email protected]>2018-09-09 17:44:11 +0300
committerEyal Posener <[email protected]>2018-09-09 17:44:11 +0300
commitdcfd7da4e1804e7fa63d06a2071e68e8e347c40b (patch)
treef3b7398f3a2363e9a9a4f37fe4540e45044073e6 /.travis.yml
parent8200804f123c4addbbee90b9f48698fb0608cbc7 (diff)
Disable gometalinter
I will move the repo to golangci.com linter later on
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 0 insertions, 3 deletions
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: