Fix travis tests

This commit is contained in:
Leonel Quinteros
2018-04-08 18:25:47 -03:00
parent 48726a37dd
commit 7c73cc2975

View File

@@ -11,7 +11,7 @@ go:
before_install:
- go get -t -v ./...
script: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...
script: go test -v -race -coverprofile=coverage.txt -covermode=atomic .
after_success:
- bash <(curl -s https://codecov.io/bash)