WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
guzzle
/
guzzle
/
Name
Action
..
.gitignore
Edit
.travis.yml
Edit
CHANGELOG.md
Edit
LICENSE
Edit
README.md
Edit
UPGRADING.md
Edit
build.xml
Edit
composer.json
Edit
docs
phar-stub.php
Edit
phing
phpunit.xml.dist
Edit
src
tests
Editing: .travis.yml
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm before_script: - curl --version - pecl install uri_template-beta || echo "pecl uri_template not available" - composer self-update - composer install --no-interaction --prefer-source --dev - ~/.nvm/nvm.sh install v0.6.14 script: composer test