summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-08-25 08:13:45 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-08-25 08:14:26 -0700
commit440116a75b90c869c39810061235d39468507a4e (patch)
tree8c645c4934adbe0027f21166152e34007afe1e14 /.travis.yml
parent1d854cd420d04abbb342c655324ae3b8ac3525ed (diff)
build: Test codecov.io integration
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
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)