Skip to content

Commit

Permalink
Remove sudo field (#41)
Browse files Browse the repository at this point in the history
Travis tells me that this field has no effect.
  • Loading branch information
jcharum authored Apr 22, 2020
1 parent 16a932b commit 3cae669
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3cae669

Please sign in to comment.