mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
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:
parent
b6c6e94448
commit
389102af62
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user