mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-22 18:56:31 +00:00
chore: simplify .travis.yml dependencies installation across OSes (#938)
After our recent changes, the command to install dependencies for both OS X and GNU/Linux has been unified as `make electron-develop`, so there is no longer a need to have multiple conditionals for each OS in `.travis.yml`. Signed-off-by: Juan Cruz Viotti <jviotti@openmailbox.org>
This commit is contained in:
parent
bf2ff121f3
commit
d8aee43f2d
@ -44,15 +44,10 @@ install:
|
|||||||
- gem install scss_lint
|
- gem install scss_lint
|
||||||
- npm install -g bower
|
- npm install -g bower
|
||||||
- npm install -g electron-installer-debian
|
- npm install -g electron-installer-debian
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
|
||||||
make electron-develop;
|
|
||||||
fi
|
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
brew install afsctool;
|
brew install afsctool;
|
||||||
fi
|
fi
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
- make electron-develop
|
||||||
make electron-develop;
|
|
||||||
fi
|
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user