From 39e2f038d9005fff7b67a6ff74e924abfbf29624 Mon Sep 17 00:00:00 2001 From: Damien Mathieu <42@dmathieu.com> Date: Tue, 18 Sep 2012 11:47:34 +0200 Subject: [PATCH] add mongodb as a travis service --- .travis.yml | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml index a1406f5..8217230 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ rvm: - 1.9.3 - 1.9.2 - 1.8.7 +services: mongodb # To stop Travis from running tests for a new commit, # add the following to your commit message: [ci skip] -- libgit2 0.21.2