mirror of
https://github.com/wekan/wekan.git
synced 2026-01-17 15:05:29 +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 ./"
|