UNPKG

205 BYAMLView Raw
1language: node_js
2node_js:
3 - "0.12.15"
4 - "4.5"
5 - "6.5.0"
6before_install:
7 - npm install coveralls
8 - npm install mocha-lcov-reporter
9script: npm run-script coveralls
10branches:
11 only:
12 - master