1
0
mirror of https://github.com/bobwen-dev/react-templates synced 2025-04-12 00:56:39 +02:00
react-templates/.travis.yml
2015-01-27 12:46:46 +02:00

22 lines
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