Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump-up perl versions on travis-ci #21

Merged
merged 1 commit into from
Jan 17, 2020

Conversation

ytnobody
Copy link
Owner

Perl-5.18 and 5.20 on Travis-ci looks failure to install some modules and alerted following issue.

https://travis-ci.org/ytnobody/Otogiri/jobs/637975702

!
! Can't write to /usr/local/share/perl/5.22.1 and /usr/local/bin: Installing modules to /home/travis/perl5
! To turn off this warning, you have to do one of the following:
!   - run me as a root or with --sudo option (to install to /usr/local/share/perl/5.22.1 and /usr/local/bin)
!   - Configure local::lib in your existing shell to set PERL_MM_OPT etc.
!   - Install local::lib by running the following commands
!
!         cpanm --local-lib=~/perl5 local::lib && eval $(perl -I ~/perl5/lib/perl5/ -Mlocal::lib)
!

From this fact, I think it requires upgrade their perl versions that uses on travis-ci.

Any discussions? @tsucchi

Best regards.

@ytnobody ytnobody requested a review from tsucchi January 17, 2020 07:19
@coveralls
Copy link

Coverage Status

Coverage remained the same at 100.0% when pulling 9bb82f8 on feature/travisci-bumpup-perl-versions into 7762ef0 on master.

Copy link
Collaborator

@tsucchi tsucchi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ytnobody
Copy link
Owner Author

I found a following notation.

$ perlbrew use 5.18
ERROR: The installation "5.18" is unknown.

Maybe, It looks perlbrew on travis-ci does not support older version perl.

@ytnobody ytnobody merged commit 7f5fd42 into master Jan 17, 2020
@ytnobody ytnobody deleted the feature/travisci-bumpup-perl-versions branch January 17, 2020 07:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants