File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
6363elif [ " $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
6666elif [ " $TRAVIS_OS_NAME " = windows ]; then
6767 folded ... concurrently MAKE_INSTALL_PID locked choco install make
6868fi
You can’t perform that action at this time.
0 commit comments