From 846cec64f177a9cfef016a8225c4fae0faa29a0c Mon Sep 17 00:00:00 2001 From: Wolfy-J Date: Mon, 11 Jun 2018 14:57:47 +0300 Subject: more tests for http --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 93b32d1e..aa0281f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,11 +27,9 @@ script: - go test ./service -race -v -coverprofile=service.txt -covermode=atomic - 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 after_success: - bash <(curl -s https://codecov.io/bash) -f lib.txt - bash <(curl -s https://codecov.io/bash) -f service.txt - 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 \ No newline at end of file -- cgit v1.2.3