Build/Test Tools: Remove remaining Travis CI references.

* Remove `travis:` tasks in Gruntfile.js.
* Remove status badge in README.md that comes from Travis CI via shields.io.
* Remove Travis CI related skipping in the `WP_UnitTestCase_Base::skipOnAutomatedBranches()` test method and related Docker environment variables.

Props johnbillion, SergeyBiryukov, ocean90.
See #52161.
Fixes #52666.

git-svn-id: https://develop.svn.wordpress.org/trunk@50697 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dominik Schilling
2021-04-10 12:05:50 +00:00
parent b394d5a7cf
commit 87fc38e588
5 changed files with 5 additions and 29 deletions
+1 -1
View File
@@ -96,7 +96,7 @@
</properties>
</rule>
<!-- Exclude the build folder in the current directory, as Travis puts the checkout in a build directory. -->
<!-- Exclude the build folder in the current directory. -->
<exclude-pattern type="relative">^build/*</exclude-pattern>
<!-- Directories and third party library exclusions. -->