summaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-03-10 16:14:04 +0100
committerSamy Pessé <samypesse@gmail.com>2015-03-10 16:14:04 +0100
commit59ba479465afca808cec81b3930e6e476627575c (patch)
tree8e88d613af4616711f11d25266eb7aea738b67f2 /appveyor.yml
parent54c9ecf3c22e979fb2547a402754bb87291c4525 (diff)
downloadgitbook-59ba479465afca808cec81b3930e6e476627575c.zip
gitbook-59ba479465afca808cec81b3930e6e476627575c.tar.gz
gitbook-59ba479465afca808cec81b3930e6e476627575c.tar.bz2
Test option --no-exit for mocha tests
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml10
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: