File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ install:
34
34
- rm $HOME/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini;
35
35
- echo "memory_limit=2048M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
36
36
- composer require symfony/symfony:${SYMFONY_VERSION} --no-update
37
- - composer update
37
+ - composer install --ignore-platform-reqs # ext-amqp is not installed
38
38
- if [ "$FUNCTIONAL_TESTS" = true ]; then docker --version; fi
39
39
- if [ "$FUNCTIONAL_TESTS" = true ]; then docker-compose --version; fi
40
40
- if [ "$FUNCTIONAL_TESTS" = true ]; then bin/dev -b; fi
Original file line number Diff line number Diff line change 15
15
16
16
install :
17
17
- composer self-update
18
- - composer install --prefer-source
18
+ - composer install --prefer-source --ignore-platform-reqs # ext-amqp is not installed
19
19
20
20
script :
21
21
- vendor/bin/phpunit --exclude-group=functional
You can’t perform that action at this time.
0 commit comments