Fix readme.

This commit is contained in:
Naoki Kosaka
2018-12-23 15:19:10 +09:00
parent e0c0f1a68d
commit 261a14e343
3 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
command: |
go get -u github.com/golang/dep/cmd/dep
dep ensure
go test -coverprofile=coverage.txt . ./worker ./cli
go test -coverprofile=coverage.txt -covermode=atomic -p 1 . ./worker ./cli
bash <(curl -s https://codecov.io/bash)
docker:
docker: