Changeset 47741
- Timestamp:
- 05/02/2020 05:44:11 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/.travis.yml
r47556 r47741 123 123 LOCAL_PHP_XDEBUG=true npm run test:php -- -v --group xdebug --exclude-group __fakegroup__ 124 124 elif [[ "$WP_TRAVISCI" == "lint:php" ]]; then 125 docker-compose run --rm php composer format &&126 125 docker-compose run --rm php composer lint:errors && 127 126 docker-compose run --rm php composer lint tests
Note: See TracChangeset
for help on using the changeset viewer.