@@ -1,6 +1,6 @@
language: node_js
node_js:
- - "0.10"
+ - "0.12"
before_script:
- cp "modules/config.example.js" "modules/config.js"
before_install:
@@ -25,6 +25,9 @@
"start": "forever -l logs/log.log -o logs/out.log -e logs/error.log -p ./ -a --minUptime 8000 --spinSleepTime 1500 bin/www.js",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
+ "engines": {
+ "node": "0.12.x"
+ },
"dependencies": {
"canvas": "crafatar/node-canvas",
"forever": "0.14.1",