summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml10
-rw-r--r--package.json4
2 files changed, 10 insertions, 4 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:
diff --git a/package.json b/package.json
index 9677a0b..4ed1fb7 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,7 @@
"shell-escape": "0.2.0"
},
"devDependencies": {
- "mocha": "1.18.2",
+ "mocha": "2.2.1",
"grunt": "~0.4.2",
"grunt-cli": "0.1.11",
"grunt-contrib-copy": "0.5.0",
@@ -43,7 +43,7 @@
"grunt-bower-install-simple": "0.9.2"
},
"scripts": {
- "test": "node_modules/.bin/mocha --reporter list --timeout 15000"
+ "test": "node_modules/.bin/mocha --reporter list --timeout 15000 --bail --no-exit"
},
"repository": {
"type": "git",