CI: Travis: env: global: add: setting: doBenchmark

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-27 17:22:22 +03:00
parent 70afa2b2f9
commit f6f68a7bc0
No known key found for this signature in database
GPG Key ID: 3D84C07E91802E41
1 changed files with 2 additions and 0 deletions

View File

@ -63,6 +63,8 @@ env:
- doJailbreak=false
# NOTE: Disables Nix dependency checking, compilation and execution of test suites listed in the package description file.
- doCheck=true
# NOTE: doBenchmark: Dependency checking + compilation and execution for benchmarks listed in the package description file.
- doBenchmark=false
matrix:
- GHCVERSION=ghc865 STRICT=false TRACING=false