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

add grunt eslint

This commit is contained in:
ido 2014-12-31 16:15:46 +02:00
parent 8c280b8cef
commit e80653b445

View File

@ -1,6 +1,16 @@
language: node_js
node_js:
- "0.10"
install:
- npm install
before_script:
- npm install -g grunt-cli
script:
- grunt eslint
branches:
only:
- gh-page