Commit 5ca728dd authored by Simon Mönch's avatar Simon Mönch

fixed travis config

At this moment travis is testing only against PHP 5.5 and symfony-dispatcher 2.5.x.
This patch is fixing travis for testing against all listed PHP and symfony-dispatcher versions.
parent df971be8
language: php language: php
phps: php:
- 5.6 - 5.6
- 5.5 - 5.5
- 5.4 - 5.4
- 5.3 - 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: before_script:
- echo "\n\n\n\n" | pecl install pecl_http-1.7.6 - 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 script: vendor/bin/phpunit -c phpunit.xml.travis
after_script: vendor/bin/coveralls -v 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