Remove sudo setting

Setting `sudo: false` is not recommended.
via/
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
This commit is contained in:
Osamu TONOMORI
2020-08-10 16:03:44 +09:00
parent 59cd942daa
commit 963f058659

View File

@@ -2,7 +2,6 @@ language: go
go:
- 1.10.x
- 1.11.x
sudo: false
before_install:
- go get -u golang.org/x/lint/golint
- go get github.com/axw/gocov/gocov