Skip to content

Commit

Permalink
Added bower install for Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
seanfisher committed Jun 7, 2016
1 parent dccc516 commit 60eedd4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@ node_js:
- "0.11"
- "0.10"
- "node"
#
# before_script:

before_script:
- npm install -g bower
- bower install
# - npm install -g karma
# - npm install -g grunt
# - npm install -g karma-jasmine
Expand Down

0 comments on commit 60eedd4

Please sign in to comment.