mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Added boost 1.58 and 1.59 to travis build
This commit is contained in:
parent
1a18870056
commit
613f09faed
1 changed files with 4 additions and 0 deletions
|
|
@ -15,6 +15,10 @@ os:
|
|||
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++0x BRANCH_TO_TEST=boost-1.58.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++98 BRANCH_TO_TEST=master
|
||||
- CXX_STANDARD=c++0x BRANCH_TO_TEST=master
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue