I found that now the Travis deploy all branches to the web (the #34 is already deployed but not merged).
I think that we should deploy just things in master.
I now used Building Specific Branches, but I'm not sure if it is the best way because of PR. I want to make the build for PR but not the deploy and it should do the Conditional Builds, but I don't know if it works for after-script section.
I found that now the Travis deploy all branches to the web (the #34 is already deployed but not merged).
I think that we should deploy just things in master.
I now used Building Specific Branches, but I'm not sure if it is the best way because of PR. I want to make the build for PR but not the deploy and it should do the Conditional Builds, but I don't know if it works for
after-script
section.What do you think @yaqwsx?