diff options
author | Wolfy-J <[email protected]> | 2018-06-13 23:32:38 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-13 23:32:38 +0300 |
commit | 8ab8c64413ded038e3c8816647209c3b961b3a35 (patch) | |
tree | 7a61db95d8e4d02ac5740d593ed708358f34949a /.travis.yml | |
parent | 9d12bc3a752c59e679ab2733d56d0eaff3624c16 (diff) |
more static service tests
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 610e7532..4f7741f6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,4 +33,5 @@ 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 |