fixup travis.yml

The gcc build was strict = false not strict = true
This commit is contained in:
Chris Beck 2014-06-12 17:10:40 -04:00
parent 11450af7f6
commit a035ae61c0

View file

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