UNPKG

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