Make WordPress Core

Changeset 47741


Ignore:
Timestamp:
05/02/2020 05:44:11 PM (5 years ago)
Author:
johnbillion
Message:

Build/Test Tools: Remove unnecessary formatting before linting on Travis CI.

Fixes #49722

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.travis.yml

    r47556 r47741  
    123123      LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__
    124124    elif [[ "$WP_TRAVISCI" == "lint:php" ]]; then
    125       docker-compose run --rm php composer format &&
    126125      docker-compose run --rm php composer lint:errors &&
    127126      docker-compose run --rm php composer lint tests
Note: See TracChangeset for help on using the changeset viewer.