Commit 31a011ce authored by Bas de Nooijer's avatar Bas de Nooijer

Merge branch 'patch-1' of github.com:smoench/solarium into develop

parents 6a77b2d8 5ca728dd
language: php
phps:
php:
- 5.6
- 5.5
- 5.4
- 5.3
- hhvm
- hhvm-nightly
env:
- SYMFONY_VERSION=2.1.*
- SYMFONY_VERSION=2.2.*
- SYMFONY_VERSION=2.3.*
- SYMFONY_VERSION=2.4.*
- SYMFONY_VERSION=2.5.*
before_script:
- echo "\n\n\n\n" | pecl install pecl_http-1.7.6
- composer install
- composer require --prefer-source --dev symfony/event-dispatcher:${SYMFONY_VERSION}
script: vendor/bin/phpunit -c phpunit.xml.travis
after_script: vendor/bin/coveralls -v
matrix:
allow_failures:
- php: hhvm
- php: hhvm-nightly
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment