commit | 9d42d0ae2a41fb2ae264409840da8f7a83c4c80c | [log] [tgz] |
---|---|---|
author | Radek Krejci <rkrejci@cesnet.cz> | Fri Apr 28 13:33:33 2017 +0200 |
committer | Radek Krejci <rkrejci@cesnet.cz> | Fri Apr 28 13:33:33 2017 +0200 |
tree | 7a9620873f79dc3b4ccbb81656cf758083ab8475 | |
parent | a5682e95832d19e2c9b74da0c66ac0cbd1c4f9c9 [diff] [blame] |
MAINTENANCE fix deploing codecoverage data on Travis CI Go to the correct directory with codecov.yml before sending data to codecov server.
diff --git a/.travis.yml b/.travis.yml index 195b20a..19cd203 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -31,6 +31,7 @@ script: - mkdir build && cd build && cmake .. && make -j2 && ctest --output-on-failure + - cd - after_success: - if [ "$TRAVIS_OS_NAME" = "linux" -a "$CC" = "gcc" ]; then codecov; fi