diff options
author | Wolfy-J <[email protected]> | 2018-06-11 21:46:03 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2018-06-11 21:46:03 +0300 |
commit | aba7704b71a00294b38a995e3ecadd0bd7cc6c12 (patch) | |
tree | b8da096852811dd6240676aa839674ae1451ce3f /.travis.yml | |
parent | 2b626f392f8884573aa26d51d4df9d16136a282e (diff) |
no library dependency
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 612b9586..cf96dbe5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,4 +32,4 @@ 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 http.txt
\ No newline at end of file |