Skip to content

Commit

Permalink
No longer need to install grunt-cli globally on tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Feb 7, 2016
1 parent 285f139 commit 8821d62
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 @@ -11,7 +11,6 @@ node_js:
before_install:
- npm install -g npm
before_script:
- npm install -g grunt-cli
- npm uninstall grunt # https://github.com/npm/npm/issues/3958
matrix:
fast_finish: true
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ platform:
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g npm
- npm install -g grunt-cli
- npm install
test_script:
# Output useful info for debugging.
Expand Down

0 comments on commit 8821d62

Please sign in to comment.