mirror of
https://github.com/wekan/wekan.git
synced 2026-01-30 21:25:17 +01:00
This option add a few restrictions (in particular `sudo` is disabled) but makes the process quicker to start and to execute.
8 lines
114 B
YAML
8 lines
114 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "0.10.40"
|
|
install:
|
|
- "npm install -g eslint"
|
|
script:
|
|
- "eslint ./"
|