Skip to content

Commit

Permalink
Fix MacOSX build without building bash from source
Browse files Browse the repository at this point in the history
  • Loading branch information
obourdon committed Feb 13, 2023
1 parent a6bf302 commit 741e5d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
before_install:
- if [[ "${TRAVIS_OS_NAME}" == "windows" ]]; then choco install make; fi
# bash from macOS is too old to have readarray. Install newer version.
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then brew search bash ; brew install --build-from-source bash; fi
- if [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then HOMEBREW_NO_AUTO_UPDATE=1 brew install bash; fi

install:
- ./ci/install.sh
Expand Down

0 comments on commit 741e5d4

Please sign in to comment.