Skip to content

Commit

Permalink
remove installing bower in global
Browse files Browse the repository at this point in the history
  • Loading branch information
yanni4night committed Nov 27, 2014
1 parent fae3abc commit 2e467ad
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: node_js
before_install:
- npm install -g grunt-cli
- npm uninstall grunt # https://github.com/npm/npm/issues/3958
- npm install -g bower
node_js:
- "0.10"
after_script:
Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ install:
- npm install
# Grunt-specific stuff.
- npm install -g grunt-cli
- npm install -g bower
#- npm uninstall grunt # https://github.com/npm/npm/issues/3958

# Post-install test scripts.
Expand Down

0 comments on commit 2e467ad

Please sign in to comment.