Feature: add Travis CI

This commit is contained in:
2016-01-27 14:26:31 +01:00
parent bd20f6f90b
commit abb71147df

9
.travis.yml Normal file
View File

@@ -0,0 +1,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"