mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-23 03:06:38 +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 bower
|
||||||
- npm install -g electron-installer-debian
|
- npm install -g electron-installer-debian
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
make electron-develop
|
make electron-develop;
|
||||||
fi
|
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
|
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
make electron-develop
|
make electron-develop;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user