mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-04-20 10:03:43 +03:00
Debug travis
This commit is contained in:
parent
f9c8075af8
commit
14b451dde2
|
@ -16,4 +16,5 @@ script:
|
|||
- composer run-script test -- -c phpunit.xml.dist
|
||||
- touch $TRAVIS_BUILD_DIR/tmp.php
|
||||
- export CHANGED_FILES=$(git diff --name-only --diff-filter=AM $TRAVIS_BRANCH...HEAD | tr '\n' ' ')
|
||||
- echo $CHANGED_FILES
|
||||
- composer run-script phpcs $TRAVIS_BUILD_DIR/tmp.php $(echo $CHANGED_FILES) -- -n
|
||||
|
|
Loading…
Reference in a new issue