From 622fb02507ca41b700d4d54f93f9bfa54020d933 Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Sat, 12 Oct 2019 12:40:25 +0300 Subject: - polishing health service tests - adding auto-CS tools --- .travis.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.travis.yml') 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 -- cgit v1.2.3