diff options
author | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-08-25 10:24:49 -0700 |
---|---|---|
committer | Arseny Kapoulkine <arseny.kapoulkine@gmail.com> | 2015-08-25 10:36:44 -0700 |
commit | abdba2235df8e1bceea2ebe868ebfa468e744ecd (patch) | |
tree | 940316a1aa2375b569a41805dc442020d64bdf87 /.travis.yml | |
parent | c7acc6d1f46be6a53dd999e570fe46bc6ce0d686 (diff) |
build: Fix -o gcov option
Also upload just pugixml.cpp.gcov to codecov to avoid issues the script has
with old gcov.
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..549a150 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,4 +8,4 @@ env: - DEFINES=PUGIXML_WCHAR_MODE - DEFINES=PUGIXML_COMPACT script: make test defines=$DEFINES config=coverage -j2 -after_success: bash <(curl -s https://codecov.io/bash) +after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov |