Skip to content

Commit

Permalink
install bower dependencies on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
endel committed Jul 8, 2013
1 parent e234e1c commit 9da7c7e
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 @@ -2,6 +2,7 @@ language: node_js
node_js:
- 0.8
before_script:
- npm install -g grunt-cli
- npm install -g bower
- bower install
- npm install -g grunt-cli
- npm install https://github.com/gruntjs/grunt-contrib-jshint/archive/7fd70e86c5a8d489095fa81589d95dccb8eb3a46.tar.gz

0 comments on commit 9da7c7e

Please sign in to comment.