mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
[CI] Require C++14 on travis
This commit is contained in:
parent
9c4354314e
commit
074c82315c
2 changed files with 4 additions and 5 deletions
|
|
@ -18,10 +18,9 @@ branches:
|
|||
env:
|
||||
- CXX_STANDARD=c++17 BRANCH_TO_TEST=master
|
||||
- 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++11 BRANCH_TO_TEST=boost-1.59.0
|
||||
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.67.0
|
||||
- CXX_STANDARD=c++14 BRANCH_TO_TEST=boost-1.58.0
|
||||
- CXX_STANDARD=c++14 BRANCH_TO_TEST=boost-1.59.0
|
||||
- CXX_STANDARD=c++14 BRANCH_TO_TEST=boost-1.67.0
|
||||
|
||||
compiler:
|
||||
- clang
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue