parent
0f4131d138
commit
99cb095e89
2 changed files with 11 additions and 1 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -177,6 +177,16 @@ matrix:
|
|||
sources: ['ubuntu-toolchain-r-test']
|
||||
packages: g++-6
|
||||
|
||||
- os: linux
|
||||
compiler: gcc
|
||||
env:
|
||||
- COMPILER=g++-6
|
||||
- CXXFLAGS=-std=c++1z
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test']
|
||||
packages: g++-6
|
||||
|
||||
# Linux / Clang
|
||||
|
||||
- os: linux
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue