Skip to content

Commit

Permalink
Merge 85ee673 into db101dd
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Nov 29, 2017
2 parents db101dd + 85ee673 commit 5c34271
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ language: perl
sudo: false
perl:
- "blead"
- "5.22.1"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
Expand All @@ -25,6 +27,9 @@ install:
- cpan-install --coverage # installs converage prereqs, if enabled
before_script:
- coverage-setup
script: perl Makefile.PL && make test
script:
- perl Makefile.PL
- make
- prove -b -r -s -j1 $(test-files)
after_success:
- coverage-report
4 changes: 3 additions & 1 deletion dist.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,10 @@ copyright_year = 2014

[@DAGOLDEN]
:version = 0.070
-remove = Test::Portability
stopwords = VersionFromModule

[Prereqs]
Dist::Zilla = 5.040

[Prereqs / DevelopPrereqs]
Test::Portability::Files = 0.07 ; better ANSI file format conformance

0 comments on commit 5c34271

Please sign in to comment.