diff options
author | Stephan Beyer <s-beyer@gmx.net> | 2016-01-24 19:56:54 +0100 |
---|---|---|
committer | Stephan Beyer <s-beyer@gmx.net> | 2016-01-26 22:14:58 +0100 |
commit | e017a22fe016d3e856fb67d95ecc24cd0bd701ea (patch) | |
tree | 326968aa46f817118e43280a1f1d966eaff46673 /.travis.yml | |
parent | 6bbbdb7d7e4c34ef45b103edadbed1bf8e8b00de (diff) |
Let Travis CI perform C++98-based tests
Diffstat (limited to '.travis.yml')
-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 |