From 440116a75b90c869c39810061235d39468507a4e Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 25 Aug 2015 08:13:45 -0700 Subject: build: Test codecov.io integration --- .travis.yml | 1 + 1 file changed, 1 insertion(+) 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) -- cgit v1.2.3