summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-08-25 09:25:32 -0700
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2015-08-25 09:25:32 -0700
commit9865f042ede0186f932e611e50e2ec3b789ee986 (patch)
tree8c645c4934adbe0027f21166152e34007afe1e14 /.travis.yml
parentff85f2106c6a8b9c441131b450ec52ef2542e83e (diff)
build: Disable config=coverage for now
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 9a8dcda..0721c83 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 config=coverage -j2
+script: make test defines=$DEFINES -j2
after_success: bash <(curl -s https://codecov.io/bash)