react-templates/.travis.yml

18 lines
209 B
YAML
Raw Normal View History

2014-12-31 12:34:48 +01:00
language: node_js
node_js:
2014-12-31 15:25:20 +01:00
- "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:
2014-12-31 15:25:20 +01:00
- gh-pages
2014-12-31 12:34:48 +01:00
#after_success:
# - npm run coveralls