fh1ch/node-bacstack-browser

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: "node_js"
node_js:
- "7"
- "6"
- "5"
- "4"
 
before_install:
- "npm install coveralls"
 
script:
- "commitlint-travis"
- "npm run lint"
- "npm run test"
- "cat ./reports/coverage/lcov.info | ./node_modules/.bin/coveralls"
 
sudo: false