diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-08-25 08:13:45 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-08-25 08:14:26 -0700 |
commit | 440116a75b90c869c39810061235d39468507a4e (patch) | |
tree | 8c645c4934adbe0027f21166152e34007afe1e14 | |
parent | 1d854cd420d04abbb342c655324ae3b8ac3525ed (diff) |
build: Test codecov.io integration
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 71cf4c0..0721c83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,3 +8,4 @@ env: - DEFINES=PUGIXML_WCHAR_MODE - DEFINES=PUGIXML_COMPACT script: make test defines=$DEFINES -j2 +after_success: bash <(curl -s https://codecov.io/bash) |