File: .travis.yml

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


install:
   - cpanm --quiet --notest Dist::Zilla 
   - cpanm --quiet --notest --skip-satisfied MouseX::NativeTraits
   - cpanm --quiet --notest --skip-satisfied Pod::POM
   - cpanm --quiet --notest --skip-satisfied Pod::Weaver::Section::Support
   - cpanm --quiet --notest --skip-satisfied Pod::Elemental::Transformer::List
   - "dzil authordeps --missing | cpanm --notest "
   - "dzil listdeps --missing | grep -v Fuse | cpanm --notest "

script:
  - dzil smoke --release --author