1 2 3 4 5 6 7 8
language: node_js node_js: - v5 - v4 - '0.12' - '0.10' after_script: - 'npm run coveralls'