fix go test command in travis
This commit is contained in:
parent
3e53fd24bd
commit
f6416525ff
|
@ -13,7 +13,7 @@ install:
|
|||
- gometalinter -u -i -f
|
||||
|
||||
script:
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic ./...
|
||||
- go test -race -coverprofile=coverage.txt -covermode=atomic
|
||||
- gometalinter --config=./gometalinter.json ./...
|
||||
|
||||
after_success:
|
||||
|
|
Loading…
Reference in New Issue