CI: Travis: env: global: add: setting: failOnAllWarning

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-27 17:20:34 +03:00
parent b0083c1d63
commit 870c9c0dc7
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -50,6 +50,8 @@ env:
- pkgName='haskellPackages.hnix'
# NOTE: Enable all our tests in cabal
- ALL_TESTS=yes
# NOTE: Turn all warn into err with {-Wall,-Werror}
- failOnAllWarnings=false
matrix:
- GHCVERSION=ghc865 STRICT=false TRACING=false