Skip to content

Commit

Permalink
Travis no longer has Perl 5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelhorne committed Oct 13, 2020
1 parent a494909 commit 07bbfad
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Expand Up @@ -4,20 +4,22 @@ os:
# - osx

perl:
- "5.30"
- "5.28"
- "5.26"
- "5.24"
- "5.22"
- "5.20"
- "5.18"
- "5.16"
- "5.14"
- "5.12"
# - "5.12"

before_install:
cpanm -n Devel::Cover::Report::Coveralls Test::Script Test::Pod::Spelling::CommonMistakes Test::Portability::Files Test::Taint Test::Carp LWP::Protocol::https JSON::XS Test::LWP::UserAgent
cpanm -qn Devel::Cover::Report::Coveralls Test::Script Test::Pod::Spelling::CommonMistakes Test::Portability::Files Test::Carp LWP::Protocol::https JSON::XS Test::LWP::UserAgent

install:
- cpanm -v --installdeps --notest .
- cpanm -q --installdeps --notest .

script:
perl Makefile.PL && make && cover -test -report coveralls

0 comments on commit 07bbfad

Please sign in to comment.