mirror of
https://github.com/balena-io/etcher.git
synced 2025-07-24 11:46:31 +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:
|
||||
- npm install
|
||||
- npm install -g bower
|
||||
- bower install
|
||||
|
||||
before_script:
|
||||
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
|
||||
|
@ -24,6 +24,8 @@ install:
|
||||
- npm -g install npm@2
|
||||
- set PATH=%APPDATA%\npm;%PATH%
|
||||
- npm install --build-from-source
|
||||
- npm install -g bower
|
||||
- bower install
|
||||
|
||||
build: off
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user