We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aff2d0 commit 26bd495Copy full SHA for 26bd495
.travis.yml
@@ -11,5 +11,5 @@ before_script:
11
- composer install
12
13
script:
14
- - vendor/bin/phpcs --standard=PSR2 src/ test/
15
- - phpunit --coverage-clover build/logs/clover.xml
+ - vendor/bin/phpcs
+ - vendor/bin/phpunit
0 commit comments