WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
mtdowling
/
jmespath.php
/
Name
Action
..
.gitignore
Edit
.travis.yml
Edit
CHANGELOG.md
Edit
LICENSE
Edit
Makefile
Edit
README.rst
Edit
bin
composer.json
Edit
phpunit.xml.dist
Edit
src
tests
Editing: .travis.yml
language: php php: - 5.4 - 5.5 - 5.6 - hhvm before_script: - composer install script: make test after_script: - make perf - JP_PHP_COMPILE=on make perf - JP_PHP_COMPILE=on CACHE=on make perf