Skip to content

Commit

Permalink
Update appveyor.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 11, 2015
1 parent 415ae2c commit 07af341
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
# AppVeyor file
# http://www.appveyor.com/docs/appveyor-yml

# Build version format
version: "{build}"

clone_depth: 10

# Fix line endings on Windows
init:
- git config --global core.autocrlf true

# What combinations to test
environment:
matrix:
- nodejs_version: "4"
Expand All @@ -31,5 +25,4 @@ matrix:
fast_finish: true

cache:
- '%APPDATA%\npm-cache -> package.json' # npm cache
- 'node_modules -> package.json' # local npm modules

0 comments on commit 07af341

Please sign in to comment.