aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/travis/install_osx_packages.sh
blob: 588855cc07ed430324242eede561820a0ca5d43d (plain)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
set -ev
which shellcheck > /dev/null && shellcheck "$0" # Run shellcheck on this if available

# Workaround for https://github.com/Homebrew/homebrew/issues/42553
brew update || brew update

brew install xz
brew install python # python2
brew install python3