Skip to content

Commit e5d7c77

Browse files
committed
Avoid brew cleanup
1 parent 39ebe97 commit e5d7c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis-ci

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ if [ "$TRAVIS_OS_NAME" = linux ]; then
6161
folded ... concurrently LIBSTD_INSTALL_PID locked bash -c 'sudo -E apt-add-repository -y ppa:ubuntu-toolchain-r/test && sudo -E apt-get -yq update && sudo -E apt-get -yq --no-install-suggests --no-install-recommends install libstdc++-8-dev'
6262
folded ... concurrently GCC_INSTALL_PID locked sudo -E apt-get -yq --no-install-suggests --no-install-recommends install g++-8
6363
elif [ "$TRAVIS_OS_NAME" = osx ]; then
64-
[ "$CODECOV" != 1 ] || folded ... concurrently LCOV_INSTALL_PID locked brew install lcov
65-
[ "$FORMAT_CHECK" = 0 ] || folded ... concurrently FORMAT_INSTALL_PID locked brew install prettier clang-format
64+
[ "$CODECOV" != 1 ] || HOMEBREW_NO_INSTALL_CLEANUP=1 folded ... concurrently LCOV_INSTALL_PID locked brew install lcov
65+
[ "$FORMAT_CHECK" = 0 ] || HOMEBREW_NO_INSTALL_CLEANUP=1 folded ... concurrently FORMAT_INSTALL_PID locked brew install prettier clang-format
6666
elif [ "$TRAVIS_OS_NAME" = windows ]; then
6767
folded ... concurrently MAKE_INSTALL_PID locked choco install make
6868
fi

0 commit comments

Comments
 (0)