Skip to content

Commit

Permalink
fixup travis.yml
Browse files Browse the repository at this point in the history
The gcc build was strict = false not strict = true
  • Loading branch information
cbeck88 committed Jun 12, 2014
1 parent 11450af commit a035ae6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit a035ae6

Please sign in to comment.