From 389102af62de080c32d57e3775784e242900c5c5 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Wed, 22 Feb 2017 20:46:37 -0400 Subject: [PATCH] chore: don't install `electron-installer-debian` in OS X builds (#1129) The `electron-installer-debian` is not needed for OS X builds. On top of that, it seems that we're installing it twice. Signed-off-by: Juan Cruz Viotti --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd08a8b2..82fdaab4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -39,8 +39,7 @@ install: - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then pip install codespell; gem install scss_lint; - npm install -g bower electron-installer-debian; - npm install -g electron-installer-debian; + npm install -g bower; brew install afsctool; brew install jq; fi