removed cover options from travis configuration

This commit is contained in:
Daniel Gil 2018-07-03 12:04:13 +02:00
parent e7d0bf85e2
commit 54e008c3e2

View File

@ -1,7 +1,3 @@
language: go
go:
- '1.10'
install:
- go get golang.org/x/tools/cmd/cover
script:
- go test -v -covermode=count -coverprofile=coverage.out