mirror of
https://github.com/sony/sonyflake.git
synced 2025-12-23 05:05:14 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user