Merge pull request #34 from mokhov/upnode

up node.js version
This commit is contained in:
Oleg Mokhov
2015-10-05 12:57:26 +03:00
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"
}, },