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