Update appveyor.yml.

Remove the unneeded grunt-cli global installation since it's in devDependencies.
This commit is contained in:
XhmikosR 2015-05-12 15:51:51 +03:00
parent f5ac86edf2
commit da8e2e7cd9
2 changed files with 3 additions and 5 deletions

View File

@ -19,7 +19,6 @@ environment:
install:
- ps: Install-Product node $env:nodejs_version
- npm install -g grunt-cli
- npm install
build: off
@ -32,6 +31,5 @@ matrix:
fast_finish: true
cache:
- '%APPDATA%\npm\node_modules -> package.json' # global npm modules
- '%APPDATA%\npm-cache -> package.json' # npm cache
- 'node_modules -> package.json' # local npm modules
- '%APPDATA%\npm-cache -> package.json' # npm cache
- 'node_modules -> package.json' # local npm modules

View File

@ -1,6 +1,6 @@
{
"name": "grunt-contrib-jasmine",
"description": "Run jasmine specs headlessly through PhantomJS.",
"description": "Run jasmine specs headlessly through PhantomJS",
"version": "0.8.2",
"author": {
"name": "Grunt Team",