up node.js version

This commit is contained in:
mokhov
2015-10-05 12:47:23 +03:00
parent 25f46ee198
commit 8d7faddfc0
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
language: node_js language: node_js
node_js: node_js:
- "0.10" - "0.12"

View File

@@ -12,7 +12,7 @@
"stylus": "0.47.1", "stylus": "0.47.1",
"mocha": "1.20.1", "mocha": "1.20.1",
"mocha-phantomjs": "3.5.0", "mocha-phantomjs": "3.5.0",
"phantomjs": "1.9.7-12", "phantomjs": "1.9.8",
"sinon": "1.10.2", "sinon": "1.10.2",
"chai": "1.9.1" "chai": "1.9.1"
}, },