diff options
author | Wolfy-J <[email protected]> | 2019-10-12 12:44:55 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2019-10-12 12:44:55 +0300 |
commit | ec7d32a9fb8d052afab47c2577678369579c8bba (patch) | |
tree | 02f79e3d479a105f0dea2fb1e68c70ed3283e9b4 /.travis.yml | |
parent | 622fb02507ca41b700d4d54f93f9bfa54020d933 (diff) |
- polishing health service tests
- adding auto-CS tools
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index a2015206..c061338c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,6 @@ 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 |