mirror of
https://github.com/wekan/wekan.git
synced 2025-04-23 13:37:09 -04:00
Configure Continuous Integration (CI) for linting rules
This commit is contained in:
parent
b14fd985ff
commit
ece7354b0c
1 changed files with 7 additions and 0 deletions
7
.travis.yml
Normal file
7
.travis.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
language: node_js
|
||||
node_js:
|
||||
- "0.10.40"
|
||||
install:
|
||||
- "npm install -g eslint"
|
||||
script:
|
||||
- "eslint ./"
|
Loading…
Add table
Add a link
Reference in a new issue