0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-27 13:33:17 +08:00

Update .travis.yml

This is a dummy commit to trigger codecov build
This commit is contained in:
Arseny Kapoulkine 2018-12-09 16:31:22 -08:00
parent 4b57d09882
commit 7d0d8ee79f

View File

@ -16,6 +16,7 @@ env:
- DEFINES=PUGIXML_WCHAR_MODE
- DEFINES=PUGIXML_COMPACT
- DEFINES=PUGIXML_NO_EXCEPTIONS
script:
- make test cxxstd=c++11 defines=$DEFINES config=coverage -j2
- if [[ "$CXX" == "clang++" ]]; then make test cxxstd=c++11 defines=$DEFINES config=sanitize -j2; fi