Remove clang -O0 target from travis

This commit is contained in:
Andreas Löf 2016-06-04 10:15:37 +12:00
parent f32071726e
commit 9e6cba5cfd

View file

@ -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