mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 03:45:08 +00:00
Remove clang -O0 target from travis
This commit is contained in:
parent
f32071726e
commit
9e6cba5cfd
@ -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…
x
Reference in New Issue
Block a user