Remove unused Travis CI configuration

Fixes #204.
This commit is contained in:
Maxime Quandalle 2015-08-22 23:31:15 +02:00
parent 04bfbd5bd1
commit f315ee4430
2 changed files with 1 additions and 12 deletions

View file

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