From 3cae66931a9b009dea22aaeaccfbd18573d3752f Mon Sep 17 00:00:00 2001 From: Jaran Charumilind Date: Wed, 22 Apr 2020 16:57:05 -0700 Subject: [PATCH] Remove `sudo` field (#41) Travis tells me that this field has no effect. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 282ef84..ddf4808 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ go: os: - linux dist: trusty -sudo: false install: # Use v1.19.1 because of this bug: https://github.com/golangci/golangci-lint/issues/840. - curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.19.1