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:
- 5.3
- 5.4
- 5.5
- 5.6
- hhvm
env:
- SYMFONY_VERSION=2.1.*
matrix:
allow_failures:
- php: 5.6
- php: hhvm
before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION}
- composer install
script: phpunit --coverage-text