Closed ghost closed 7 years ago
but failed
That tells me absolutely nothing. What are the errors?
I updated the comment.
Well, in case you don't see the full edit.
Hi, I recently trying to install this distribution with zef
, but failed.
So, I forked this repository, and running travis.ci build on the fork. It seems okay, but when I override the default travis build using zef install .
, it fails. Running test in your repo with zef test .
It seems, what made it passed the travis build is because of PERL6LIB=lib prove -v -r --exec=perl6 t/
that is default build command for travis, but zef
doesn't work.
Here is 2 builds, (I put a text in README.md to trigger a new build) https://travis-ci.org/faraco/perl6-IRC-Client/builds
I see no new information provided.
what, are you sure?
did you see the link?
I think something is wrong with my github.
the third build https://travis-ci.org/faraco/perl6-IRC-Client/jobs/190618837
Sorry, I had to post in new comment. I think updating the comment actually hide them all.
what, why? Do I need to post screencap?
what, why?
Because you posted 7 messages already and still haven't provided information for what issues there are with this module. All I see is a link to a failed travis build of your fork with all the error information hidden. And when I manually run the command, it tells me the failure is in Test::META and not in this module...
Well, my bad I guess. Someone in IRC said the same about Test::META. So I should --force install it when dealing with zef.
Yeah. The majority of the bots in #perl6 use this module and they seem to work OK.
Hi, I recently trying to install this distribution with
zef
, but failed.So, I forked this repository, and running travis.ci build on the fork. It seems okay, but when I override the default travis build using
zef install .
, it fails. Running test in your repo withzef test .
also fail.It seems, what made it passed the travis build is because of
PERL6LIB=lib prove -v -r --exec=perl6 t/
that is default build command for travis, butzef
doesn't work.Here is 2 builds, (I put a text in README.md to trigger a new build) https://travis-ci.org/faraco/perl6-IRC-Client/builds