WP File Manager
Current Path:
/
home
/
itutorethiopia
/
public_html
/
vendor
/
jakub-onderka
/
php-console-highlighter
/
Name
Action
..
.gitignore
Edit
.travis.yml
Edit
LICENSE
Edit
README.md
Edit
build.xml
Edit
composer.json
Edit
examples
phpunit.xml
Edit
src
tests
Editing: .travis.yml
language: php php: - 5.3.3 - 5.4 - 5.5 - 5.6 - 7.0 - hhvm - hhvm-nightly matrix: allowed_failures: - php: 7.0 - php: hhvm-nightly before_script: - composer install --no-interaction --prefer-source script: - ant