Require C++11

This commit is contained in:
Alexander Grund 2020-04-18 13:58:45 +02:00
parent 8530f691a1
commit 87e4326883
No known key found for this signature in database
GPG key ID: AA48A0760367A42B
2 changed files with 2 additions and 4 deletions

View file

@ -9,7 +9,6 @@
# and how it can be used with Boost libraries.
#
sudo: false
language: cpp
branches:
@ -21,11 +20,8 @@ env:
- CXX_STANDARD=c++14 BRANCH_TO_TEST=master
- CXX_STANDARD=c++11 BRANCH_TO_TEST=master
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.58.0
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.58.0
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.59.0
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.59.0
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.67.0
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.67.0
compiler:
- clang