Skip to content

Commit

Permalink
Attempt to fix Travis some more.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBiardCics committed Oct 25, 2019
1 parent d7a2495 commit 8941e15
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
@@ -1,6 +1,6 @@
language: perl

sudo: true
sudo: false
addons:
apt:
packages:
Expand All @@ -16,7 +16,7 @@ addons:
- libxml2

perl:
- "5.22.1"
- "5.22"

env:
- PERL_CPANM_OPT=-n
Expand All @@ -25,6 +25,7 @@ before_install :
- cpanm http://search.cpan.org/CPAN/authors/id/R/RE/REHSACK/List-MoreUtils-0.427_001.tar.gz
- cpanm App::cpanoutdated
- cpan-outdated | cpanm
- cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
- cpanm Devel::Cover Devel::Cover::Report::Coveralls

script :
Expand All @@ -34,8 +35,8 @@ script :

cache:
directories :
- /home/travis/perl5/perlbrew/perls/5.22.1/lib/site_perl
- /home/travis/perl5/perlbrew/perls/5.22.1/bin
- /home/travis/perl5/perlbrew/perls/5.22/lib/site_perl
- /home/travis/perl5/perlbrew/perls/5.22/bin

after_success :
- cover -report coveralls

0 comments on commit 8941e15

Please sign in to comment.