File: .travis.yml

package info (click to toggle)
libapache-session-mongodb-perl 0.23-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 132 kB
  • sloc: perl: 141; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 190 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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"