mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-11-16 18:25:13 +00:00
Run code sniffer on PHP 5.5 environment on Travis CI.
This commit is contained in:
parent
dc0fc84bd0
commit
e6be743fe2
@ -19,6 +19,7 @@ before_script:
|
||||
- composer install --dev --no-interaction
|
||||
|
||||
script:
|
||||
- sh -c "if [ '$TRAVIS_PHP_VERSION' = '5.5' ]; then vendor/bin/phpcs -s --extensions=php --standard=tests/code_sniffer_ruleset.xml phpseclib/; fi"
|
||||
- phpunit --verbose --coverage-text --coverage-html code_coverage/
|
||||
|
||||
after_success:
|
||||
|
Loading…
Reference in New Issue
Block a user