Skip to content

Commit

Permalink
install Symfony 3.2 to keep compatible with PHP 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril committed Jun 28, 2017
1 parent 22daff3 commit 9e3de97
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ php:
- 7.0
- 7.1

env:
global:
- SYMFONY_VERSION="~3.2 < 3.3"

script : phpunit --coverage-clover=coverage.clover && wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover coverage.clover

before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION}
- composer require symfony/validator:${SYMFONY_VERSION}
- composer require symfony/finder:${SYMFONY_VERSION}
- composer require symfony/browser-kit:${SYMFONY_VERSION}
- composer install --dev

0 comments on commit 9e3de97

Please sign in to comment.