We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6390a7d commit 6cb43fcCopy full SHA for 6cb43fc
.travis.yml
@@ -31,7 +31,8 @@ matrix:
31
before_install: ./dev/travis/before_install.sh
32
install: composer install --no-interaction --prefer-dist
33
before_script: ./dev/travis/before_script.sh
34
-script:
+script:
35
+ - composer show -i | grep -i codesniff
36
- cd dev/tests/$TEST_SUITE
37
- test $TEST_SUITE = "static" && TEST_FILTER='--filter "Magento\\Test\\Php\\LiveCodeTest"' || true
38
- phpunit $TEST_FILTER
0 commit comments