[Root] Updating Travis config so that each project has it's own build stages.
I had originally misinterpreted how travis conditionals work and, they are
used to determine whether a stage is run or not therefore, you can't
have multiple conditions on the same build stage and it's just better
and cleaner to split build stages per project.
[Root] Updating Travis config so that each project has it's own build stages. I had originally misinterpreted how travis conditionals work and, they are used to determine whether a stage is run or not therefore, you can't have multiple conditions on the same build stage and it's just better and cleaner to split build stages per project.