cocur / slugify

Converts a string to a slug. Includes integrations for Symfony, Silex, Laravel, Zend Framework 2, Twig, Nette and Latte.
MIT License
2.89k stars 252 forks source link

Fix Travis CI #237

Closed kubawerlos closed 5 years ago

kubawerlos commented 5 years ago

Minimal changes to make Travis CI work:


In separate PR: composer self-update is made by Travis CI itself, no need to do it 2nd time disabling Xdebug - not needed and slows down - especially 5.x - jobs using Prestissimo to speed up jobs

OskarStark commented 5 years ago

Could you please explain why this fixes Travis? Just for the record, thanks 👌🏻

kubawerlos commented 5 years ago

@OskarStark Travis is green :champagne: