mirror of
https://github.com/wekan/wekan.git
synced 2025-04-20 03:57:07 -04:00
8 lines
103 B
YAML
8 lines
103 B
YAML
sudo: false
|
|
language: node_js
|
|
node_js:
|
|
- "0.10.40"
|
|
install:
|
|
- "npm install"
|
|
script:
|
|
- "npm test"
|