react-templates/.travis.yml

18 lines
210 B
YAML
Raw Normal View History

2014-12-31 12:34:48 +01:00
language: node_js
node_js:
- "0.10"
2014-12-31 15:15:46 +01:00
install:
- npm install
before_script:
- npm install -g grunt-cli
script:
- grunt eslint
2014-12-31 15:06:19 +01:00
branches:
only:
- gh-page
2014-12-31 12:34:48 +01:00
#after_success:
# - npm run coveralls