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 <jviotti@openmailbox.org>
This commit is contained in:
Juan Cruz Viotti 2017-02-22 20:46:37 -04:00 committed by GitHub
parent b6c6e94448
commit 389102af62

View File

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