mirror of
https://github.com/wekan/wekan.git
synced 2026-03-03 04:10:16 +01:00
9 lines
156 B
YAML
9 lines
156 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "0.10.40"
|
|
install:
|
|
- "npm install -g eslint"
|
|
- "npm install -g eslint-plugin-meteor"
|
|
script:
|
|
- "eslint ./"
|