diff options
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 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) |