-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apply Travis CI improvements from #676:
- Do the client-side build before running PHPUnit tests; this ensures that the plugin doesn't try to enqueue non-existent JS files and cause a bunch of warnings - If a step in the build fails, go ahead and exit - Don't scan node_modules/ and vendor/ for PHP files - Run phpcs with the `-s` option (show rule identifiers in reports) - Don't require docblocks for unit tests
- Loading branch information
Showing
2 changed files
with
15 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters