comment out cat config.log to reduce log size (travis-ci)

This commit is contained in:
Artem Pavlenko 2019-02-13 15:39:44 +00:00
parent b1185fc099
commit ab03726659

View file

@ -96,7 +96,7 @@ before_script:
script:
- git_submodule_update --init deps/
- configure BENCHMARK=${BENCH} ENABLE_GLIBC_WORKAROUND=${ENABLE_GLIBC_WORKAROUND:-false}
- cat config.log
#- cat config.log => comment out to reduce log size limit on travis-ci
# we limit the `make` to 40 min
# to ensure that slow builds still upload their
# ccache results and therefore should be faster