The Travis script needs an update to remove a couple of TODOs.
Some of the CI builds triggered by merge commits on master or push on PR branch seem to stop early due to this check. It's supposed to not run build at all if no source file has been modified, but for some reason it calls travis_terminate 0 even if some of the *.cpp and *.h files have been changed.
The Travis script needs an update to remove a couple of TODOs.
Some of the CI builds triggered by merge commits on
masteror push on PR branch seem to stop early due to this check. It's supposed to not run build at all if no source file has been modified, but for some reason it callstravis_terminate 0even if some of the*.cppand*.hfiles have been changed.