UNPKG

358 BYAMLView Raw
1language: node_js
2node_js:
3 - "0.12"
4 - "4.3"
5 - "5.6"
6matrix:
7 fast_finish: true
8script: "npm run-script test-ci"
9after_script:
10 - "npm install coveralls@2.10.0 && cat ./coverage/lcov.info | coveralls"
11 - "cat ./coverage/lcov.info | codeclimate"
12addons:
13 code_climate:
14 repo_token: 75b3eaf6e9c9dbf54337fe83a831873db629a62809b3e6c7350d1e28fd43248b
\No newline at end of file