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 16c537c commit 07c0fb7Copy full SHA for 07c0fb7
.travis.yml
@@ -68,7 +68,7 @@ install:
68
- echo "memory_limit=2048M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
69
- php ./bin/fix-symfony-version.php "$SYMFONY_VERSION"
70
- composer install
71
- - ./bin/install-librdkafka.sh
+ - sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
72
- if [ "$PREPARE_CONTAINER" = true ]; then docker --version; fi
73
- if [ "$PREPARE_CONTAINER" = true ]; then docker-compose --version; fi
74
- if [ "$PREPARE_CONTAINER" = true ]; then bin/dev -b; fi
bin/install-librdkafka.sh
0 commit comments