add grunt eslint

This commit is contained in:
ido 2014-12-31 16:15:46 +02:00
parent 8c280b8cef
commit e80653b445
1 changed files with 10 additions and 0 deletions

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