Let Appveyor and travis build but not at the same time
Hi,
We're trying to set up Appveyor and Travis to run tests on the same repository on pull requests and pushes. Wel got it pretty much figured out, but there's one last hurdle to take. Right now as soon as github receives the pull request both appveyor and travis start running. But the telegram-bot we use in our testing goes haywire and hits limits if more than 1 job is run concurrently. So I would like to find a way to make appveyor wait, or pause execution until travis is done. Is there any way to get this to happen?
Thanks in advance
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Ilya Finkelshte... on 13 Jun, 2017 01:19 AM
Hi Peter,
I am not familiar with Travis API, but I believe that you can write script which will call Travis API and check if build finished. Or if you want to make Travis wait for AppVeyor, you can use this snippet on how to call AppVeyor API and wait for build to finish. It is PowerShell but I believe it is easy to translate it to bash if you decide to call it from Travis build:
Ilya.
Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:17 AM.