You've already forked go-sqlmock
mirror of
https://github.com/DATA-DOG/go-sqlmock.git
synced 2025-07-01 00:34:53 +02:00
Travis-CI: we don't need sudo
This commit is contained in:
@ -12,6 +12,8 @@ go:
|
||||
- 1.10.x
|
||||
# - tip # sadly fails most of the times
|
||||
|
||||
sudo: false
|
||||
|
||||
script:
|
||||
- go vet
|
||||
- test -z "$(go fmt ./...)" # fail if not formatted properly
|
||||
|
Reference in New Issue
Block a user