Skip to content

Commit

Permalink
Remove unneeded npm install in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jridgewell committed Mar 8, 2014
1 parent a24eb63 commit 6f103f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ node_js:
- "0.11"
- "0.10"
before_script:
- npm install
- npm install -g grunt-cli bower
- bower install
after_success:
Expand Down

0 comments on commit 6f103f0

Please sign in to comment.