mirror of https://github.com/pelias/api.git
Diana Shkolnikov
10 years ago
7 changed files with 25 additions and 18 deletions
@ -1,2 +1,4 @@ |
|||||||
node_modules |
node_modules |
||||||
|
coverage |
||||||
|
.idea |
||||||
*.log |
*.log |
@ -1,4 +1,9 @@ |
|||||||
language: node_js |
language: node_js |
||||||
script: "npm run unit" |
script: "npm run unit" |
||||||
node_js: |
node_js: |
||||||
- "0.10" |
- "0.10" |
||||||
|
addons: |
||||||
|
code_climate: |
||||||
|
repo_token: a98bd9004512c8caf44e5cb2b3586d01baf190ee069ec0b731b451fc9966e639 |
||||||
|
after_script: |
||||||
|
- codeclimate < coverage/lcov.info |
Loading…
Reference in new issue