For years, we have been using Travis to create and auto-deploy our application - EvalAI.
However, recently the builds stopped running for our staging and production branches. Any push to those branches is run for only the master branch.
Earlier, pushing to staging branch used to trigger the build for staging branch.
Has there been some update in the way configurations are handled or the default parameters?
This is stressful as we are not able to fix any bugs in our application or add new features.
The behavior we’re seeing is that we no longer receive a TRAVIS_TAG and the TRAVIS_BRANCH is set to master instead of how it previously was set to the release tag.
@MarkvM - do you have a link to where Travis mentioned they are working on a support ticket for this?
Hi @jsadwith
I don’t have a link. I know they are working on it because it is my ticket and they are keeping me up to date.
I am surprised that it isn’t mentioned on the status page https://www.traviscistatus.com/. I’ll add to my ticket to suggest it is important enough to mention, and perhaps they will do something about it?