mirror of
https://github.com/danog/phpseclib.git
synced 2025-01-22 04:51:19 +01: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
|
- composer install --dev --no-interaction
|
||||||
|
|
||||||
script:
|
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/
|
- phpunit --verbose --coverage-text --coverage-html code_coverage/
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user