Skip to content

Commit

Permalink
make sure bower and components are installed for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
rosskevin committed Nov 21, 2015
1 parent e41996f commit 0993d7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@ 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
#- curl https://install.meteor.com | /bin/sh
# Install spacejam, Meteor's CI helper
#- npm install -g spacejam

script: bundle install && grunt
script: bower install && bundle install && grunt

0 comments on commit 0993d7b

Please sign in to comment.