Closed carlo94it closed 10 years ago
Thanks :)
This actually removes colours from travis: https://travis-ci.org/phpbb-de/phpbb-translation/jobs/28610950 So we might either add a force option, or revert this
On my machine it work successfully.
I will try it again tomorrow.
Yeah locally it works just fine, but travis does not like it.
I think that Travis delete ANSI codes, because this line of Phing (German phpBB Translation > validate:
) is also colored, but Travis don't ouput it.
But it worked before your patch: https://travis-ci.org/phpbb-de/phpbb-translation/jobs/28544055
You can force ANSI by adding --ansi
to .travis.yml
file.
I think that the console component don't detect the Travis ANSI support automatically.
--ansi
seems to do the trick
See #7