mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 07:20:12 +01:00
9 lines
211 B
YAML
9 lines
211 B
YAML
language: node_js
|
|
node_js:
|
|
- "0.12"
|
|
before_install:
|
|
- "curl -L https://raw.githubusercontent.com/arunoda/travis-ci-laika/master/configure.sh | /bin/sh"
|
|
services:
|
|
- mongodb
|
|
env:
|
|
- LAIKA_OPTIONS="-t 5000"
|