Our CI harness will already fast-exit in jobs that are not affected by the current changes (if you change only the R directory, C++ jobs will exit early).
If you want it to be even faster, your best bet is to temporarily comment out job entries in .travis.yml. Regards Antoine. Le 06/09/2018 à 14:26, Romain François a écrit : > Hello, > > Is there a way to have a lighter build matrix on travis, perhaps based on the > branch name, for example when working on the r bindings and not touching > anything else, having only the r job to be triggered would make it faster for > travis. > > For example when working on r features i would typically start the branch > name with « r-» > > Romain >
