CI: Travis: env: global: add: setting: doCheck

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-27 17:21:59 +03:00
parent d511400cc2
commit 70afa2b2f9
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -61,6 +61,8 @@ env:
- doHaddock=false
# NOTE: Escape the version bounds from the cabal file. You may want to avoid this function.
- doJailbreak=false
# NOTE: Disables Nix dependency checking, compilation and execution of test suites listed in the package description file.
- doCheck=true
matrix:
- GHCVERSION=ghc865 STRICT=false TRACING=false