in reply to [OT] Restarting Travis from a pull request

There are various fancy things that can be done with the Travis API (example), however I think you have hit on something else, isn't that always the way with these things? My understanding of travis-perl that "It will automatically build perl if the version requested doesn't exist.". I see a 404 while trying to pull back a v5.14 with threads, I don't see an attempt to build.

Update: ignore that second part, it's been a long day (so far). See below.

  • Comment on Re: [OT] Restarting Travis from a pull request

Replies are listed 'Best First'.
Re^2: [OT] Restarting Travis from a pull request
by choroba (Cardinal) on Feb 07, 2020 at 10:27 UTC
    It failed with a probable GitHub hiccup:
    fatal: unable to connect to github.com: github.com[0: 192.30.253.113]: errno=Connection timed out
    map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]

      Thanks, missed that. Some searching shows this not to be isolated, with the suggestion of switching to https rather than git://, to avoid timeouts (apparently), weird proxy configs etc.