mirror of
https://github.com/sony/sonyflake.git
synced 2026-01-03 10:05:15 +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:
|
go:
|
||||||
- 1.10.x
|
- 1.10.x
|
||||||
- 1.11.x
|
- 1.11.x
|
||||||
sudo: false
|
|
||||||
before_install:
|
before_install:
|
||||||
- go get -u golang.org/x/lint/golint
|
- go get -u golang.org/x/lint/golint
|
||||||
- go get github.com/axw/gocov/gocov
|
- go get github.com/axw/gocov/gocov
|
||||||
|
|||||||
Reference in New Issue
Block a user