react-templates
Version:
Light weight templates for react -> write html get valid react code
22 lines (17 loc) • 319 B
YAML
language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
install:
- npm install
script:
- grunt eslint
- npm run test-cov
branches:
only:
- gh-pages
#after_success:
# - npm run coveralls
after_success:
- cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js