diff options
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 58c5d98..5ee58a8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |