summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorWolfy-J <[email protected]>2019-10-12 12:40:25 +0300
committerWolfy-J <[email protected]>2019-10-12 12:40:25 +0300
commit622fb02507ca41b700d4d54f93f9bfa54020d933 (patch)
tree955bd429bea778252403ab7a4cb16fd06e6c631c /.travis.yml
parent5d4a699daa0a3696a5bac04cf5568310ff2b7a5c (diff)
- polishing health service tests
- adding auto-CS tools
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index c061338c..a2015206 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -27,6 +27,7 @@ script:
- go test ./service/headers -race -v -coverprofile=headers.txt -covermode=atomic
- go test ./service/metrics -race -v -coverprofile=metrics.txt -covermode=atomic
- go test ./service/health -race -v -coverprofile=health.txt -covermode=atomic
+ - vendor/bin/spiral-cs check src
after_success:
- bash <(curl -s https://codecov.io/bash) -f lib.txt