wekan/.travis.yml
2015-05-13 11:41:17 +03:00

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"