language: php sudo: false php: - 5.5 - 5.6 script: - vendor/bin/phpunit tests before_script: - composer install --dev --prefer-dist