wekan/.travis.yml
Maxime Quandalle cd9a1094ea Use Travis container-based infrastructure
This option add a few restrictions (in particular `sudo` is disabled)
but makes the process quicker to start and to execute.
2015-09-18 18:05:38 +02:00

8 lines
114 B
YAML

sudo: false
language: node_js
node_js:
- "0.10.40"
install:
- "npm install -g eslint"
script:
- "eslint ./"