From ff85f2106c6a8b9c441131b450ec52ef2542e83e Mon Sep 17 00:00:00 2001 From: Arseny Kapoulkine Date: Tue, 25 Aug 2015 08:18:13 -0700 Subject: build: Actually use config=coverage --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') 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) -- cgit v1.2.3