Disable sudo in Travis CI.
This commit is contained in:
parent
6472556d6f
commit
c81d138533
|
@ -2,6 +2,8 @@ os:
|
|||
- linux
|
||||
- osx
|
||||
|
||||
sudo: false
|
||||
|
||||
language: go
|
||||
|
||||
go:
|
||||
|
|
Loading…
Reference in New Issue