summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Powell <petpow@saberuk.com>2019-04-27 23:31:45 +0100
committerPeter Powell <petpow@saberuk.com>2019-04-27 23:38:01 +0100
commitaad20cbcb358b1a7cfa2d9e587477ec02dafb6a1 (patch)
tree1d9cf6cdd937d52707c8f7953200f1c994e820d9
parent9f5345455080a5d311bbed7c2bef08924c17fb84 (diff)
Add a Travis build matrix option for C++14.
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index e887d02a9..c8740e267 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,9 @@ compiler:
- clang
- gcc
dist: xenial
+env:
+ - CXXFLAGS=-std=gnu++98
+ - CXXFLAGS=-std=c++14
language: cpp
notifications:
email: false