Make sure bower dependencies are installed in CI servers (#399)

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-05-10 15:44:06 -04:00
parent aa4beaab4d
commit 52a77160e3
2 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,8 @@ before_install:
install:
- npm install
- npm install -g bower
- bower install
before_script:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then

View File

@ -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