cheesebread
Version:
A delicious and easy to cook CDN file caching for offline development environments.
16 lines (15 loc) • 364 B
YAML
language: node_js
node_js:
- "node"
- "6"
- "7"
scripts:
- npm run lint
- npm test
after_success:
- npm install -g codacy-coverage
- codacy-coverage < coverage/lcov.info
- npm install -g codeclimate-test-reporter
- codeclimate-test-reporter < coverage/lcov.info
- npm install -g bithound
- bithound check git@github.com:gartz/cheesebread.git