Skip to content
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.

Commit

Permalink
Update appveyor.yml.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 4, 2015
1 parent e68470f commit 3b9d37d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions appveyor.yml
@@ -1,15 +1,19 @@
# 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: 1.0
- nodejs_version: 1
- nodejs_version: 0.12
- nodejs_version: 0.10

Expand All @@ -28,6 +32,6 @@ matrix:
fast_finish: true

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

0 comments on commit 3b9d37d

Please sign in to comment.