Add a Travis build matrix option for C++14.

This commit is contained in:
Peter Powell 2019-04-27 23:31:45 +01:00
parent 9f53454550
commit aad20cbcb3

View File

@ -2,6 +2,9 @@ compiler:
- clang
- gcc
dist: xenial
env:
- CXXFLAGS=-std=gnu++98
- CXXFLAGS=-std=c++14
language: cpp
notifications:
email: false