Yoast / yoast-acf-analysis

WordPress plugin that adds the content of all ACF fields to the Yoast SEO score analysis.
https://wordpress.org/plugins/acf-content-analysis-for-yoast-seo/
GNU General Public License v3.0
61 stars 20 forks source link

Add travis code-style & unit test checking #101

Open moorscode opened 7 years ago

moorscode commented 7 years ago

As in WordPress SEO we want to use Travis to make sure the coding standards and unit tests can be run successfully for each PR.

This helps to ensure quality and provide potential problems.

See https://github.com/Yoast/wordpress-seo/blob/trunk/.travis.yml for inspiration.