language: node_js node_js: - "0.12" - "0.10" - "iojs" before_install: - npm update -g npm before_script: - npm install script: npm test