I have several folders in one github project where each has a different .travis.yml file.
What is the correct way to setup travis-ci so that I can specify which folder / sub-project to build?
I can add before_script: cd function but is there a way to trigger the build only based function being updated on the develop branch - basically i don't want to trigger the build if i update a sub-folder.
Any advise is much appreciated