UNPKG

214 BYAMLView Raw
1language: node_js
2node_js:
3 - "0.12"
4 - "0.11"
5 - "0.10"
6before_install:
7 - npm install coveralls
8 - npm install mocha-lcov-reporter
9script: npm run-script coveralls
10branches:
11 only:
12 - master