mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Updated c++ versions to check against
This commit is contained in:
parent
179c26946c
commit
61d101dd8b
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -15,14 +15,14 @@ os:
|
||||||
- linux
|
- linux
|
||||||
|
|
||||||
env:
|
env:
|
||||||
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.56.0
|
|
||||||
- CXX_STANDARD=c++0x BRANCH_TO_TEST=boost-1.56.0
|
|
||||||
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.58.0
|
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.58.0
|
||||||
- CXX_STANDARD=c++0x BRANCH_TO_TEST=boost-1.58.0
|
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.58.0
|
||||||
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.59.0
|
- CXX_STANDARD=c++98 BRANCH_TO_TEST=boost-1.59.0
|
||||||
- CXX_STANDARD=c++0x BRANCH_TO_TEST=boost-1.59.0
|
- CXX_STANDARD=c++11 BRANCH_TO_TEST=boost-1.59.0
|
||||||
- CXX_STANDARD=c++98 BRANCH_TO_TEST=master
|
- CXX_STANDARD=c++98 BRANCH_TO_TEST=master
|
||||||
- CXX_STANDARD=c++0x BRANCH_TO_TEST=master
|
- CXX_STANDARD=c++11 BRANCH_TO_TEST=master
|
||||||
|
- CXX_STANDARD=c++14 BRANCH_TO_TEST=master
|
||||||
|
- CXX_STANDARD=c++17 BRANCH_TO_TEST=master
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue