Test C++17 mode in travis

This commit is contained in:
Daniel James
2017-12-19 12:11:35 +00:00
parent c2b9b22f67
commit 6327d174d2

View File

@ -31,6 +31,10 @@ matrix:
env: |
label="gcc 32 bit C++11";
user_config="using gcc : : g++-4.8 -m32 -fsanitize=address -Werror --std=c++11 ;"
- compiler: clang
env: |
label="clang C++17";
user_config="using clang : : clang++ -fsanitize=address -Werror --std=c++17 ;"
- compiler: clang
env: |
label="clang C++11";