Skip to content

Commit

Permalink
fix Symfony version
Browse files Browse the repository at this point in the history
  • Loading branch information
garak committed Jul 10, 2019
1 parent b9e8ecb commit 9ae03ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -28,7 +28,7 @@ matrix:
install:
- rm -rf composer.lock vendor/*
- phpenv config-rm xdebug.ini || echo "xDebug not disabled"
- export COMPOSER_MEMORY_LIMIT=-1 && composer require symfony/symfony:${SYMFONY_VERSION:-"4.4.*"} phpunit/phpunit:${PHPUNIT_VERSION:-"8.*"}
- export COMPOSER_MEMORY_LIMIT=-1 && composer require symfony/symfony:${SYMFONY_VERSION:-"4.3.*"} phpunit/phpunit:${PHPUNIT_VERSION:-"8.*"}

script:
- cp tests/Functional/parameters.yml.dist tests/Functional/parameters.yml
Expand Down

0 comments on commit 9ae03ab

Please sign in to comment.