Skip to content

Commit

Permalink
Fix Symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdebril committed Jun 28, 2017
1 parent 9e3de97 commit 84fcc02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ env:
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 require "symfony/framework-bundle:~3.2 < 3.3"
- composer require "symfony/validator:~3.2 < 3.3"
- composer require "symfony/finder:~3.2 < 3.3"
- composer require "symfony/browser-kit:~3.2 < 3.3"
- composer install --dev

0 comments on commit 84fcc02

Please sign in to comment.