Update .travis.yml
This is a dummy commit to trigger codecov build
This commit is contained in:
parent
4b57d09882
commit
7d0d8ee79f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue