Remove code coverage tool

This commit is contained in:
Leonel Quinteros
2019-07-10 18:23:45 -03:00
parent 6431cb3aea
commit 99a9166ded
2 changed files with 1 additions and 13 deletions

View File

@@ -1,19 +1,8 @@
language: go
go:
- "1.6"
- "1.7"
- "1.8"
- "1.9"
- "1.10"
- "1.11"
- "1.12"
- "tip"
before_install:
- go get -t -v ./...
script: go test -v -race -coverprofile=coverage.txt -covermode=atomic .
after_success:
- bash <(curl -s https://codecov.io/bash)