aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts/ci/travis/install_osx_packages.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts/ci/travis/install_osx_packages.sh')
-rwxr-xr-xsrc/scripts/ci/travis/install_osx_packages.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/scripts/ci/travis/install_osx_packages.sh b/src/scripts/ci/travis/install_osx_packages.sh
deleted file mode 100755
index 588855cc0..000000000
--- a/src/scripts/ci/travis/install_osx_packages.sh
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/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