1
0
mirror of https://github.com/DATA-DOG/go-sqlmock.git synced 2024-11-28 08:49:01 +02:00

Travis-CI: we don't need sudo

This commit is contained in:
Olivier Mengué 2018-07-12 14:32:58 +02:00
parent b9ca56ce96
commit ad9241832e

View File

@ -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