mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
chore: attempt to fix Travis builds (#931)
This commit is contained in:
parent
9c02f976ae
commit
9d92d58711
@ -45,13 +45,13 @@ install:
|
||||
- npm install -g bower
|
||||
- npm install -g electron-installer-debian
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
make electron-develop
|
||||
make electron-develop;
|
||||
fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
brew install afsctool;
|
||||
fi
|
||||
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
make electron-develop
|
||||
make electron-develop;
|
||||
fi
|
||||
|
||||
before_script:
|
||||
|
Loading…
x
Reference in New Issue
Block a user