mirror of
https://github.com/Febbweiss/ProjectDeployer.git
synced 2026-03-04 22:25:38 +00:00
10 lines
211 B
YAML
10 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"
|