Skip to content

Commit

Permalink
Install grunt-cli in Windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerun committed Jan 12, 2015
1 parent b557677 commit c34d643
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ install:
- ps: Install-Product node $env:nodejs_version
# Install subversion
- choco install svn
# Install grunt command for running tests
- npm install -g grunt-cli
# Install bower
- npm install

Expand Down

0 comments on commit c34d643

Please sign in to comment.