.travis.yml - fix syntax typo

This commit is contained in:
Artem Pavlenko 2021-03-11 12:40:15 +00:00
parent 5f78b90572
commit 13a6b0c03a

View file

@ -83,7 +83,7 @@ before_script:
script:
- git_submodule_update --init deps/
- on 'osx' - brew unlink $(brew list)
- on 'osx' brew unlink $(brew list)
- configure BENCHMARK=${BENCH} ENABLE_GLIBC_WORKAROUND=${ENABLE_GLIBC_WORKAROUND:-false} QUIET=${QUIET:-false}
#- cat config.log => comment out to reduce log size limit on travis-ci
# we limit the `make` to 40 min