Skip to content

Commit

Permalink
Try to use a real MongoDB service for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Jun 22, 2017
1 parent 9d9cbc4 commit e1a32a3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
language: perl

perl:
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"

services:
- mongodb

env:
- MONGODB_SERVER=127.0.0.1

notifications:
irc: "irc.freenode.org#lemonldap-ng"

0 comments on commit e1a32a3

Please sign in to comment.