Skip to content

Commit 6cb43fc

Browse files
committed
Print the codesniffer version number to check which version is being used by the builds
1 parent 6390a7d commit 6cb43fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ matrix:
3131
before_install: ./dev/travis/before_install.sh
3232
install: composer install --no-interaction --prefer-dist
3333
before_script: ./dev/travis/before_script.sh
34-
script:
34+
script:
35+
- composer show -i | grep -i codesniff
3536
- cd dev/tests/$TEST_SUITE
3637
- test $TEST_SUITE = "static" && TEST_FILTER='--filter "Magento\\Test\\Php\\LiveCodeTest"' || true
3738
- phpunit $TEST_FILTER

0 commit comments

Comments
 (0)