Skip to content

Commit

Permalink
build: skip unnecessary depdency in AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Mar 1, 2015
1 parent cd6df76 commit 7ee56bb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions appveyor.yml
Expand Up @@ -4,6 +4,7 @@ environment:
- nodejs_version: "0.12"
install:
- ps: Install-Product node $env:nodejs_version
- npm rm --save-dev connect-redis
- npm install
build: off
test_script:
Expand Down

0 comments on commit 7ee56bb

Please sign in to comment.