diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-08-25 09:25:32 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-08-25 09:25:32 -0700 |
commit | 9865f042ede0186f932e611e50e2ec3b789ee986 (patch) | |
tree | 8c645c4934adbe0027f21166152e34007afe1e14 /.travis.yml | |
parent | ff85f2106c6a8b9c441131b450ec52ef2542e83e (diff) |
build: Disable config=coverage for now
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
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) |