dist: trusty language: php php: - 7.0 - 7.1 - 7.2 before_script: - composer install script: - vendor/bin/phpunit after_success: - bash <(curl -s https://codecov.io/bash) notifications: email: false