You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got this working. Added a new $client->restartBuild($build) method /src/Travis/Client.php. You'll need to first fetch the repository and find out which build to restart. Note: all restarting also required authorized access.
http://docs.travis-ci.com/api/#jobs
Use-case is triggering a build which generates static content based on content updates-- for automatic deployment.
The text was updated successfully, but these errors were encountered: