php-travis-client
php-travis-client copied to clipboard
FYI 
Therefore in composer we can use... ``` javascript ... "l3l0/php-travis-client": "~0.1" ... ```
### Problem: For example, when looking for builds by branch you can get no results when there are indeed builds beyond the "first page" of API results... ``` php $client->fetchRepository($repo);...
http://docs.travis-ci.com/api/#jobs Use-case is triggering a build which generates static content based on content updates-- for automatic deployment.