Skip to content

Commit

Permalink
Merge pull request #99 from XhmikosR/master
Browse files Browse the repository at this point in the history
Update appveyor.yml.
  • Loading branch information
sindresorhus committed May 12, 2015
2 parents 60edc3f + b451577 commit c6c0200
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ environment:

install:
- ps: Install-Product node $env:nodejs_version
- npm install -g grunt-cli
- npm install

build: off
Expand All @@ -32,6 +31,5 @@ matrix:
fast_finish: true

cache:
- C:\Users\appveyor\AppData\Roaming\npm\node_modules -> package.json # global npm modules
- C:\Users\appveyor\AppData\Roaming\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

0 comments on commit c6c0200

Please sign in to comment.