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