Skip to content

Commit 07c0fb7

Browse files
committed
fix stub
1 parent 16c537c commit 07c0fb7

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ install:
6868
- echo "memory_limit=2048M" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini
6969
- php ./bin/fix-symfony-version.php "$SYMFONY_VERSION"
7070
- composer install
71-
- ./bin/install-librdkafka.sh
71+
- sed -i 's/525568/16777471/' vendor/kwn/php-rdkafka-stubs/stubs/constants.php
7272
- if [ "$PREPARE_CONTAINER" = true ]; then docker --version; fi
7373
- if [ "$PREPARE_CONTAINER" = true ]; then docker-compose --version; fi
7474
- if [ "$PREPARE_CONTAINER" = true ]; then bin/dev -b; fi

bin/install-librdkafka.sh

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)