diff options
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index 2867396..c1cd721 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,12 @@ -# Test against this version of Node.js +# Fix line endings in Windows. (runs before repo cloning) +init: + - git config --global core.autocrlf input + +# Test against these versions of Node.js. environment: - nodejs_version: "0.10" + matrix: + - nodejs_version: "0.10" + - nodejs_version: "0.11" # Install scripts. (runs after repo cloning) install: |