mirror of
https://github.com/wekan/wekan.git
synced 2026-01-06 09:38:49 +01:00
8 lines
103 B
YAML
8 lines
103 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "0.10.48"
|
|
install:
|
|
- "npm install"
|
|
script:
|
|
- "npm test"
|