travis
travis copied to clipboard
Easy travis setup for CakePHP plugins
travis-ci now installs global composer packages to ~/.config/composer See travis-ci/travis-ci#7289
The packages in packagist are lower case always. I usually have my repos in GitHub named in CamelCased for those people who wished to install via GitHub. The templates inside...
The Composer Requirements are not included when running the code sniffer. I realize this is by design in the before script: https://github.com/FriendsOfCake/travis/blob/master/before_script.sh#L5 However it makes it that much more work...
Travis [recently enabled caching](http://docs.travis-ci.com/user/caching/) on builds that don't require the use of `sudo` (which is probably most Cake projects.) We've [tested this out](https://github.com/loadsys/CakePHP-Stateless-Auth/blob/d31a047f957a39d37d1c2ea97fbc7cb9884ef85d/.travis.yml#L40,L43) with the composer cache directory and the...