blob: ffaf594d7e10dbfd58194a19b0b0a46a8257f3ed (
plain)
1
2
3
4
5
6
7
8
9
|
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"
|