Skip to content

Commit

Permalink
Attempt to fix Travis again.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBiardCics committed Oct 25, 2019
1 parent b06578b commit d7a2495
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ addons:
- libxml2

perl:
- "5.22.2"
- "5.22.1"

env:
- PERL_CPANM_OPT=-n
Expand All @@ -34,8 +34,8 @@ script :

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

after_success :
- cover -report coveralls

0 comments on commit d7a2495

Please sign in to comment.