CI: Travis: env: global: add: setting: enableLibraryProfiling

M  .travis.yml
This commit is contained in:
Anton-Latukha 2020-05-27 17:22:51 +03:00
parent baeb00385d
commit d84ded9c61
No known key found for this signature in database
GPG key ID: 3D84C07E91802E41

View file

@ -66,6 +66,7 @@ env:
# NOTE: doBenchmark: Dependency checking + compilation and execution for benchmarks listed in the package description file.
- doBenchmark=false
- enableExecutableProfiling=false
- enableLibraryProfiling=false
matrix:
- GHCVERSION=ghc865 STRICT=false TRACING=false