Skip to content

Commit e1a32a3

Browse files
committed
Try to use a real MongoDB service for tests
1 parent 9d9cbc4 commit e1a32a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
11
language: perl
2+
23
perl:
34
- "5.22"
45
- "5.20"
56
- "5.18"
67
- "5.16"
78
- "5.14"
89

10+
services:
11+
- mongodb
12+
13+
env:
14+
- MONGODB_SERVER=127.0.0.1
15+
916
notifications:
1017
irc: "irc.freenode.org#lemonldap-ng"

0 commit comments

Comments
 (0)