mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Add linting and code-sniffing to the Travis CI build
This commit is contained in:
+4
-1
@@ -26,6 +26,9 @@ before_script:
|
||||
- composer self-update
|
||||
- composer update $COMPOSER_FLAGS --prefer-source
|
||||
|
||||
script: ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
|
||||
script:
|
||||
- ./vendor/bin/parallel-lint src tests
|
||||
- ./vendor/bin/phpunit --verbose
|
||||
- ./vendor/bin/phpcs src --standard=psr2 -sp
|
||||
|
||||
after_script: php vendor/bin/coveralls
|
||||
|
||||
Reference in New Issue
Block a user