@@ -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"
@@ -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=