UNPKG

139 BYAMLView Raw
1language: node_js
2node_js:
3 - "0.10"
4before_script:
5 - npm install istanbul coveralls
6 - npm install --dev
7script: npm run travis-test
8