Skip to content

Commit

Permalink
Checking PHP Codesniffer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dverkade committed Nov 24, 2016
1 parent 1c0def9 commit 2f2351b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ matrix:
before_install: ./dev/travis/before_install.sh
install: composer install --no-interaction --prefer-dist
before_script: ./dev/travis/before_script.sh
script:
script:
- phpcs --version
- ./vendor/bin/phpcs --version
- cd dev/tests/$TEST_SUITE
- test $TEST_SUITE = "static" && TEST_FILTER='--filter "Magento\\Test\\Php\\LiveCodeTest"' || true
- phpunit $TEST_FILTER

0 comments on commit 2f2351b

Please sign in to comment.