Remove clang -O0 target from travis
This commit is contained in:
parent
f32071726e
commit
9e6cba5cfd
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ matrix:
|
|||
env: NLS=true
|
||||
- compiler: clang
|
||||
env: OPT=-O2 CXXSTD=1y NLS=false
|
||||
- compiler: clang
|
||||
env: OPT=-O0 CXXSTD=11 NLS=false
|
||||
allow_failures:
|
||||
- env: OPT=-O2 CXXSTD=1y NLS=false
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue