WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
phenx
/
php-svg-lib
/
Name
Action
..
.gitattributes
Edit
.gitignore
Edit
.travis.yml
Edit
README.md
Edit
composer.json
Edit
phpunit.xml
Edit
src
tests
Editing: .travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm before_script: - composer self-update - composer install --prefer-source --no-interaction --dev script: phpunit matrix: allow_failures: - php: 7.0 - php: hhvm fast_finish: true