erimenting_with_github_actions.html
>>
>> the first line of which is:
>>
>> Recently I heared that travis-CI <https://travis-ci.org/> had been bought
>>> out <https://news.ycombinator.com/item?id=18978251>, and later that
>>> they'd started
Hello,
Today I stumbled upon this article:
https://blog.steve.fi/experimenting_with_github_actions.html
the first line of which is:
Recently I heared that travis-CI <https://travis-ci.org/> had been bought
> out <https://news.ycombinator.com/item?id=18978251>, and later that
&
Hi,
In addition to me breaking my own code, it seems that Travis-CI and
Rakudo are rather fragile together.
Occasionally my tests fail due to failures in the prerequisites.
This failed due to LWP::Simple failing
https://travis-ci.org/szabgab/Perl6-Maven/jobs/215147392
even though 20 min earlier
Hi,
Travis-CI does not support Perl 6 yet, but I've managed to put together a
set
of instructions how can you use a binary build of Rakudo Star 2014.12.1 to
have
Continuous Integration on Travis-CI:
http://perl6maven.com/continuous-integration-for-perl6-modules-using-travis-ci
Gabor