Merge pull request #59 from BattleRattle/fix-travis-php

Test newer PHP versions
This commit is contained in:
Alex Demchenko 2014-05-25 17:05:51 +03:00
commit c31f07b28d

View file

@ -3,12 +3,16 @@ language: php
php: php:
- 5.3 - 5.3
- 5.4 - 5.4
- 5.5
- 5.6
- hhvm
env: matrix:
- SYMFONY_VERSION=2.1.* allow_failures:
- php: 5.6
- php: hhvm
before_script: before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION}
- composer install - composer install
script: phpunit --coverage-text script: phpunit --coverage-text