mirror of
https://github.com/boostorg/config.git
synced 2025-07-30 04:17:16 +02:00
Add cxxstd=11 to default g++ on Travis
This commit is contained in:
@ -23,7 +23,7 @@ matrix:
|
||||
|
||||
include:
|
||||
- os: linux
|
||||
env: TOOLSET=gcc COMPILER=g++ CXXSTD=03
|
||||
env: TOOLSET=gcc COMPILER=g++ CXXSTD=03,11
|
||||
|
||||
- os: linux
|
||||
env: TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=03,11
|
||||
|
Reference in New Issue
Block a user