I have several folders in one github project, each of which has a different .travis.yml file.
What is the correct way to configure travis-ci so that I can specify which folder / subproject to build?
I can add before_script: cd function, but is there a way to activate the assembly-based feature updated in the branch develop- basically I don’t want to run the assembly if I update the subfolder.
Any advice is greatly appreciated
source
share