(experiment) brew is too slow

This commit is contained in:
Peter Squicciarini
2020-09-16 09:59:06 -07:00
parent a5782f621b
commit 024c056cf3
2 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,9 @@
#!/bin/bash
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install jq zip
curl -Lo $HOME/bin/jq --create-dirs https://github.com/stedolan/jq/releases/download/jq-1.6/jq-osx-amd64
chmod +x $HOME/bin/jq
export PATH="$HOME/bin:$PATH"
else
sudo apt-get update
sudo apt-get install -y fakeroot jq