Re: Travis-CI

2019-02-26 Thread Fernando Santagata
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

Travis-CI

2019-02-26 Thread Fernando Santagata
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 &

Travis-CI and Rakudo seem to be a bit unstable

2017-03-25 Thread Gabor Szabo
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

Travis-CI for Perl 6

2014-12-31 Thread Gabor Szabo
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