Let Travis CI perform C++98-based tests
This commit is contained in:
parent
6bbbdb7d7e
commit
e017a22fe0
1 changed files with 1 additions and 0 deletions
|
@ -11,5 +11,6 @@ env:
|
|||
script:
|
||||
- make test config=coverage defines=$DEFINES -j2
|
||||
- make test config=release defines=$DEFINES -j2
|
||||
- make test cxxstd=c++98 defines=$DEFINES -j2
|
||||
|
||||
after_success: bash <(curl -s https://codecov.io/bash) -f pugixml.cpp.gcov
|
||||
|
|
Loading…
Add table
Reference in a new issue