WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
omnipay
/
gocardless
/
Name
Action
..
.gitignore
Edit
.travis.yml
Edit
CONTRIBUTING.md
Edit
LICENSE
Edit
README.md
Edit
composer.json
Edit
phpunit.xml.dist
Edit
src
tests
Editing: .travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer install -n --dev --prefer-source script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text