Make WordPress Core


Ignore:
Timestamp:
04/10/2021 12:05:50 PM (4 years ago)
Author:
ocean90
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docker-compose.yml

    r49836 r50697  
    109109      PHP_FPM_UID: ${PHP_FPM_UID-1000}
    110110      PHP_FPM_GID: ${PHP_FPM_GID-1000}
    111       TRAVIS_BRANCH: ${TRAVIS_BRANCH-false}
    112       TRAVIS_PULL_REQUEST: ${TRAVIS_PULL_REQUEST-false}
    113111      GITHUB_REF: ${GITHUB_REF-false}
    114112      GITHUB_EVENT_NAME: ${GITHUB_EVENT_NAME-false}
Note: See TracChangeset for help on using the changeset viewer.