PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
vendor
/
rbdwllr
/
reallysimplejwt
language: php php: - 7.0 - 7.1 - 7.2 before_script: - travis_retry composer self-update - travis_retry composer install --no-interaction --prefer-source --dev script: - vendor/bin/phpstan analyse -l 7 -c phpstan.neon tests src - vendor/bin/phpmd src text ruleset.xml - vendor/bin/phpunit --coverage-clover=coverage.xml after_success: - bash <(curl -s https://codecov.io/bash)
[+]
..
[-] ruleset.xml
[edit]
[-] .gitignore
[edit]
[-] .styleci.yml
[edit]
[-] .travis.yml
[edit]
[-] readme.md
[edit]
[+]
src
[-] LICENSE
[edit]
[+]
tests
[-] phpunit.xml
[edit]
[-] composer.json
[edit]
[-] phpstan.neon
[edit]