summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-08-25 08:18:13 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-08-25 08:18:13 -0700
commitff85f2106c6a8b9c441131b450ec52ef2542e83e (patch)
tree8b41f21536afefb361637758dd35cb4140f06172 /.travis.yml
parent440116a75b90c869c39810061235d39468507a4e (diff)
build: Actually use config=coverage
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0721c83..9a8dcda 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,5 +7,5 @@ env:
- DEFINES=standard
- DEFINES=PUGIXML_WCHAR_MODE
- DEFINES=PUGIXML_COMPACT
-script: make test defines=$DEFINES -j2
+script: make test defines=$DEFINES config=coverage -j2
after_success: bash <(curl -s https://codecov.io/bash)