fixup travis.yml
The gcc build was strict = false not strict = true
This commit is contained in:
parent
11450af7f6
commit
a035ae61c0
1 changed files with 2 additions and 2 deletions
|
@ -5,11 +5,11 @@ compiler:
|
|||
env:
|
||||
- WML_TESTS=true STRICT_COMPILATION=True
|
||||
- WML_TESTS=true STRICT_COMPILATION=False
|
||||
- WML_TESTS=false STRICT_COMPILATION=False
|
||||
- WML_TESTS=false STRICT_COMPILATION=True
|
||||
matrix:
|
||||
exclude:
|
||||
- compiler: clang
|
||||
env: WML_TESTS=false STRICT_COMPILATION=False
|
||||
env: WML_TESTS=false STRICT_COMPILATION=True
|
||||
- compiler: gcc
|
||||
env: WML_TESTS=true STRICT_COMPILATION=True
|
||||
- compiler: gcc
|
||||
|
|
Loading…
Add table
Reference in a new issue