We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ff637 commit 352f3b1Copy full SHA for 352f3b1
.travis.yml
@@ -1,6 +1,6 @@
1
language: php
2
3
-sudo: false
+sudo: true
4
php:
5
- 7.1
6
- 7.2
Makefile
@@ -26,7 +26,7 @@ composer-config-beta:
26
27
composer-install:
28
rm -f composer.lock && cp composer.json composer.json~
29
- composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update
+ [[ -v SYMFONY_VERSION ]] && composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update || true
30
composer update --prefer-dist --no-interaction
31
mv composer.json~ composer.json
32
0 commit comments