mirror of
https://github.com/wekan/wekan.git
synced 2026-03-13 17:06:13 +01:00
9 lines
143 B
YAML
9 lines
143 B
YAML
|
|
sudo: required
|
||
|
|
language: node_js
|
||
|
|
node_js:
|
||
|
|
- "0.10"
|
||
|
|
before_install:
|
||
|
|
- "curl -L http://git.io/ejPSng | /bin/sh"
|
||
|
|
env:
|
||
|
|
- TEST_COMMAND=meteor
|