WPTT / WPThemeReview

PHP_CodeSniffer rules (sniffs) to enforce WordPress theme review coding conventions
MIT License
207 stars 38 forks source link

Travis: run the code style related and ruleset checks in separate stages #223

Closed jrfnl closed 5 years ago

jrfnl commented 5 years ago

Travis now offers stages. Using stages we can:

While this does mean that the unit tests will run with a slight delay (the Sniff stage has to finish before they start), it also means that we:

Ref: https://docs.travis-ci.com/user/build-stages/

Note that Allowed failures is no longer listed as a separate block in the Travis result overview, but is is respected.

For more discussion about this: