fix go test command in travis

This commit is contained in:
matcornic 2017-03-30 21:02:49 +02:00
parent 3e53fd24bd
commit f6416525ff
1 changed files with 1 additions and 1 deletions

View File

@ -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: