make sure bower and components are installed for travis

This commit is contained in:
Kevin Ross 2015-11-21 11:51:04 -06:00
parent e41996fa10
commit 0993d7b564

View File

@ -11,6 +11,7 @@ rvm:
before_script:
- npm install -g grunt-cli
- npm install -g bower
#- export DISPLAY=:99.0
#- sh -e /etc/init.d/xvfb start
# Install meteor
@ -18,4 +19,4 @@ before_script:
# Install spacejam, Meteor's CI helper
#- npm install -g spacejam
script: bundle install && grunt
script: bower install && bundle install && grunt