react-templates/.travis.yml

19 lines
222 B
YAML

language: node_js
node_js:
- "0.10"
before_script:
- npm install -g grunt-cli
install:
- npm install
script:
- grunt eslint
- npm test
branches:
only:
- gh-pages
#after_success:
# - npm run coveralls