From e8e717992b1c8215eaad99adf3770924e91a6f9b Mon Sep 17 00:00:00 2001 From: Alexey Kasyanchuk Date: Sun, 4 Feb 2018 04:44:46 +0300 Subject: [PATCH] chore(mac): move brew packages to release --- .releaserc.json | 2 +- .travis.yml | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/.releaserc.json b/.releaserc.json index f0c82f0..792b2d5 100644 --- a/.releaserc.json +++ b/.releaserc.json @@ -3,7 +3,7 @@ "@semantic-release/npm", { "path": "@semantic-release/exec", - "cmd": "npm run build --linux --win --mac" + "cmd": "brew install rpm && brew install dpkg && brew install jq && npm run build --linux --win --mac" }, "@semantic-release/github" ], diff --git a/.travis.yml b/.travis.yml index bcdc58a..f9af9ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,11 +14,6 @@ cache: before_install: git pull -before_install: - - brew install rpm - - brew install dpkg - - brew install jq - script: - npm test