Permalink
Cannot retrieve contributors at this time
Fetching contributors…
| language: node_js | |
| sudo: false | |
| matrix: | |
| include: | |
| - node_js: 1 | |
| script: | |
| - npm run-script danger | |
| - npm run-script lint | |
| - npm run-script test-with-coverage | |
| after_script: | |
| - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js | |
| node_js: | |
| - 2 | |
| - 3 | |
| - 4 | |
| - 5 | |
| - 6 | |
| - 7 | |
| cache: | |
| directories: | |
| - node_modules | |
| before_install: | |
| - npm config set spin false | |
| notifications: | |
| email: false |