mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 11:16:39 +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
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
pip install codespell;
|
pip install codespell;
|
||||||
gem install scss_lint;
|
gem install scss_lint;
|
||||||
npm install -g bower electron-installer-debian;
|
npm install -g bower;
|
||||||
npm install -g electron-installer-debian;
|
|
||||||
brew install afsctool;
|
brew install afsctool;
|
||||||
brew install jq;
|
brew install jq;
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user