summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bb82add9b..c8740e267 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
compiler:
- clang
- gcc
-dist: trusty
+dist: xenial
env:
- - PURE_STATIC=1
- -
+ - CXXFLAGS=-std=gnu++98
+ - CXXFLAGS=-std=c++14
language: cpp
notifications:
email: false