File: .travis.yml

package info (click to toggle)
libconfig-model-systemd-perl 0.257.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,084 kB
  • sloc: perl: 13,439; makefile: 12
file content (20 lines) | stat: -rw-r--r-- 381 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# see https://travis-ci.community/t/older-perl-version-stopped-working/4294
dist: trusty
language: perl
perl:
  - "5.28"
  - "5.24"
  - "5.22"
  - "5.20"
  - "5.18"
  - "5.16"
  - "5.14"


install:
   - cpanm --quiet --notest Dist::Zilla
   - "dzil authordeps --missing | cpanm --notest "
   - "dzil listdeps --missing | cpanm --notest "

script:
  - dzil smoke --release --author