Hi there,
I need to confirm the build process of travis. To be precise, Travis runs the build on Pull request by supposedly merging the feature branch code in the master branch and then when we click on the merge button, it merge the code in the master but I need to confirm that does travis runs a build after merging the pull request in the master branch?
Another query: I am storing my credentials in the environment variables in travis, and I want to run the integration tests which needs to access the credentials from the environment variables, what is the best way to do this with securing my credentials?
Please help me with these issues.