We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafa747 commit cd82f75Copy full SHA for cd82f75
ci/lint/04_install.sh
@@ -9,6 +9,9 @@ export LC_ALL=C
9
if [ "$TRAVIS_OS_NAME" == "osx" ]; then
10
# update first to install required ruby dependency
11
travis_retry brew update
12
+ travis_retry brew reinstall git -- --with-pcre2 # for --perl-regexp
13
+ travis_retry brew install grep # gnu grep for --perl-regexp support
14
+ PATH="$(brew --prefix grep)/libexec/gnubin:$PATH"
15
travis_retry brew install shellcheck
16
travis_retry brew upgrade python
17
PATH="$(brew --prefix python)/bin:$PATH"
0 commit comments