The new exec:phpcompat Grunt task uses the phpcompatibility-wp library
to do a WordPress-sensitive check for incompatibilities between our codebase
and the PHP versions that we support.
A new Travis CI job is dedicated to running the phpcompat tests. This
pattern parallels our travis:grunt job.
The new exec:phpcompat tests supercede the phplint task introduced in #7925.