-
Notifications
You must be signed in to change notification settings - Fork 208
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
fix issues with travis-ci and perls 5.10 & 5.12 #1224
Comments
Looks like the versions supported by Travis-CI these days are:
So we'd need to either build our own perl first, or just target 5.24. I'd prefer to be able to test against older perls, but as Dancer1 isn't under particularly active development, it's not a massive deal. Could even look in to changing from Travis to using GitHub Actions, but may be more work than it's worth. |
Use trusty distribution to fix problems with older perl versions (#1224)
I think it's ok if we stop testing Dancer on perl 5.10 and 5.12. |
Travis-ci build system can't find the tarballs for perl 5.10
in https://travis-ci.org/github/PerlDancer/Dancer/jobs/734108574 , see
Same problem for perl 5.12 at
https://travis-ci.org/github/PerlDancer/Dancer/jobs/734108573
The text was updated successfully, but these errors were encountered: