diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-08-25 08:18:13 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-08-25 08:18:13 -0700 |
commit | ff85f2106c6a8b9c441131b450ec52ef2542e83e (patch) | |
tree | 8b41f21536afefb361637758dd35cb4140f06172 | |
parent | 440116a75b90c869c39810061235d39468507a4e (diff) |
build: Actually use config=coverage
-rw-r--r-- | .travis.yml | 2 |
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) |