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:
parent
8c280b8cef
commit
e80653b445
10
.travis.yml
10
.travis.yml
@ -1,6 +1,16 @@
|
|||||||
language: node_js
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- "0.10"
|
- "0.10"
|
||||||
|
|
||||||
|
install:
|
||||||
|
- npm install
|
||||||
|
|
||||||
|
before_script:
|
||||||
|
- npm install -g grunt-cli
|
||||||
|
|
||||||
|
script:
|
||||||
|
- grunt eslint
|
||||||
|
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- gh-page
|
- gh-page
|
||||||
|
Loading…
x
Reference in New Issue
Block a user