remove node.js support, fix travis tests

not sure why it's failing on travis. It does work locally with node 0.12
This commit is contained in:
jomo 2015-02-22 02:39:18 +01:00
parent 012f5bf006
commit 7be65475fe
2 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
language: node_js language: node_js
node_js: node_js:
- "0.12"
- "iojs-v1.3" - "iojs-v1.3"
before_script: before_script:
- cp "modules/config.example.js" "modules/config.js" - cp "modules/config.example.js" "modules/config.js"

View File

@ -40,6 +40,7 @@ Please [visit the website](https://crafatar.com) for details.
``` ```
#### Local #### Local
* Use io.js
* [Install](https://github.com/Automattic/node-canvas/wiki) Cairo. * [Install](https://github.com/Automattic/node-canvas/wiki) Cairo.
* `npm install` * `npm install`
* Start `redis-server` * Start `redis-server`