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