Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.travis.yml - github.com/lexborisov/perl-html-myhtml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6e75395793b75b12303c9c57ed8ad4b0eebacd3f (plain)
1
2
3
4
5
6
7
8
9
language: perl
perl:
  - "5.22"
  - "5.20"
  - "5.18"
  - "5.16"
  - "5.14"
 
script: perl Makefile.PL && make test