From e1a32a3382ce8fa9f78aabdb3fd5b2771c38dea1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Thu, 22 Jun 2017 15:58:28 +0200 Subject: [PATCH] Try to use a real MongoDB service for tests --- .travis.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.travis.yml b/.travis.yml index 637d182..19c4459 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ language: perl + perl: - "5.22" - "5.20" @@ -6,5 +7,11 @@ perl: - "5.16" - "5.14" +services: + - mongodb + +env: + - MONGODB_SERVER=127.0.0.1 + notifications: irc: "irc.freenode.org#lemonldap-ng"