From 13a6b0c03aefce2716485ccef111f5f9730dc93a Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Thu, 11 Mar 2021 12:40:15 +0000 Subject: [PATCH] .travis.yml - fix syntax typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 465b0baa5..4d3bdf6c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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