language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - hhvm matrix: allow_failures: - php: hhvm fast_finish: true before_script: - composer install --dev - composer update satooshi/php-coveralls --dev script: - ant coverage after_script: - php vendor/bin/coveralls -v -c .coveralls.yml notifications: recipients: - DL-PP-PHP-SDK@ebay.com on_success: change