UNPKG

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