Skip to content

Commit

Permalink
Merge pull request #828 from ikedas/rearrange_travis_yml by ikedas
Browse files Browse the repository at this point in the history
Rearrange .travis.yml
  • Loading branch information
ikedas authored Dec 18, 2019
2 parents 5cea343 + 6074068 commit c0bf075
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ sudo: false
language: perl

perl:
- "5.30"
- "5.28"
- "5.26"
- "5.24"
Expand All @@ -27,13 +28,8 @@ before_install:

install:
- cpan-install --coverage
- cpanm --notest --quiet Test::Pod
- cpanm --notest --quiet Archive::Zip CGI Class::Singleton DBI DateTime::Format::Mail DateTime::TimeZone Digest::MD5 Encode File::Copy::Recursive File::NFSLock File::Path HTML::FormatText HTML::StripScripts::Parser HTML::TreeBuilder IO::File IO::Scalar LWP::UserAgent List::Util::XS Locale::Messages MIME::Base64 MIME::Charset MIME::EncWords MIME::Lite::HTML MIME::Tools Mail::Address Net::CIDR Sys::Syslog Template Term::ProgressBar Text::LineFold Time::HiRes URI::Escape XML::LibXML
- cpanm --notest --verbose MHonArc::UTF8 || true
- cpanm --notest --quiet CGI::Fast FCGI
- cpanm --installdeps --notest --with-develop --with-feature=soap --with-feature=ldap .
- cpanm --notest --quiet Unicode::CaseFold
- cpanm --notest --quiet SOAP::Lite Net::LDAP
- cpanm --installdeps . --with-develop

before_script:
- coverage-setup
Expand Down

0 comments on commit c0bf075

Please sign in to comment.