mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-25 12:16:37 +00:00
Make sure bower dependencies are installed in CI servers (#399)
Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
parent
aa4beaab4d
commit
52a77160e3
@ -19,6 +19,8 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- npm install
|
- npm install
|
||||||
|
- npm install -g bower
|
||||||
|
- bower install
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||||
|
@ -24,6 +24,8 @@ install:
|
|||||||
- npm -g install npm@2
|
- npm -g install npm@2
|
||||||
- set PATH=%APPDATA%\npm;%PATH%
|
- set PATH=%APPDATA%\npm;%PATH%
|
||||||
- npm install --build-from-source
|
- npm install --build-from-source
|
||||||
|
- npm install -g bower
|
||||||
|
- bower install
|
||||||
|
|
||||||
build: off
|
build: off
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user