diff options
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 80f9496d..9b69196f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ install: script: - go test -race -v -coverprofile=lib.txt -covermode=atomic - - go test ./rpc -race -v -coverprofile=rpc.txt -covermode=atomic - go test ./service -race -v -coverprofile=service.txt -covermode=atomic + - go test ./service/rpc -race -v -coverprofile=rpc.txt -covermode=atomic after_success: - bash <(curl -s https://codecov.io/bash) -f lib.txt |