(experiment) manual brew

This commit is contained in:
Peter Squicciarini 2020-09-15 23:54:04 -07:00
parent 2bf1841c64
commit a5782f621b
No known key found for this signature in database
GPG Key ID: B93D26A09E953403
2 changed files with 3 additions and 7 deletions

View File

@ -14,12 +14,6 @@ jobs:
dist: trusty
- os: osx
osx_image: xcode12
addons:
homebrew:
packages:
- jq
- zip
update: true
language: node_js
node_js: "12.14.1"

View File

@ -1,6 +1,8 @@
#!/bin/bash
if [[ "$TRAVIS_OS_NAME" != "osx" ]]; then
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
brew install jq zip
else
sudo apt-get update
sudo apt-get install -y fakeroot jq
triplet=