When analysing includes in the project it is often assumed that the preferred bracket include syntax (#include <foo.h>) mentioned in developer-docs.md is used consistently. @sipa:s excellent circular dependencies script circular-dependencies.py (#13228) is an example of a script making this reasonable assumption.
This PR enables automatic Travis checking of the include syntax making sure that the bracket syntax includes (#include <foo.h>) is used consistently.