language: php addons: apt_packages: - parallel php: - 5.6 - 7.0 - 7.1 before_script: - composer install --dev script: vendor/bin/phpunit