| 12345678910111213141516171819202122232425262728 | language: node_jssudo: falsenode_js:  - 9  - 8  - 7  - 6  - 5  - 4  - 4.0  - iojs-v3  - iojs-v2  - iojs-v1  - 0.12  - 0.10cache:  directories:    - node_modulesafter_script:- npm run coveragenotifications:  email:    on_success: never    on_failure: always
 |