UNPKG

296 BYAMLView Raw
1language: node_js
2node_js:
3 - "6"
4 - "6.1"
5 - "5.11"
6 - "0.10"
7 - "iojs"
8addons:
9 code_climate:
10 repo_token: $CODECLIMATE_REPO_TOKEN
11after_script:
12 - codeclimate-test-reporter < coverage/lcov.info
13deploy:
14 provider: npm
15 email: "$EMAIL"
16 api_key: "$NPM_API_KEY"
17 on:
18 tags: true