UNPKG

159 BYAMLView Raw
1language:
2 - node_js
3node_js:
4 - "0.10"
5install:
6 - npm install
7script:
8 - npm test
9after_success:
10 - npm run coveralls
11notifications:
12 email:
13 false