As a part of my my customized travis build I would like to use Travis command-line client inside after_success
script. I need that to trigger some operations on other travis jobs (other repositories) after each successfull build in this particular repo. So two questions:
- Is it possible at all?
- If so is there any smart or quick way to do that?
As far as I know Travis Cli has several ruby dependencies that may not be available by default. But perhaps it is by default installed on travis VMs.