summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-05-04 01:10:11 +0300
committerWolfy-J <[email protected]>2019-05-04 01:10:11 +0300
commitbf6d351586436fad57f462b63490a436326bc6d5 (patch)
tree7b77465a045fc8c28c63a4687dd0de2ef022bcea /.travis.yml
parentf86d66a33ac9867d76d16884b0d1092f7010e33d (diff)
more tests
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 58138aa7..1a8f169c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ script:
- go test ./service/rpc -race -v -coverprofile=rpc.txt -covermode=atomic
- go test ./service/http -race -v -coverprofile=http.txt -covermode=atomic
- go test ./service/static -race -v -coverprofile=static.txt -covermode=atomic
+ - go test ./service/watcher -race -v -coverprofile=watcher.txt -covermode=atomic
after_success:
- bash <(curl -s https://codecov.io/bash) -f lib.txt
@@ -30,6 +31,7 @@ after_success:
- bash <(curl -s https://codecov.io/bash) -f rpc.txt
- bash <(curl -s https://codecov.io/bash) -f http.txt
- bash <(curl -s https://codecov.io/bash) -f static.txt
+ - bash <(curl -s https://codecov.io/bash) -f watcher.txt
jobs:
include: