dist: trusty language: php php: - 7.1 - 7.0 - 5.6 - 5.5 - 5.4 - hhvm before_script: - pip install --user codecov - composer self-update && composer install --dev script: - ./vendor/bin/phpunit after_success: - codecov