Skip to content

Commit 8eb2811

Browse files
committed
Fixed travis build
1 parent baa944c commit 8eb2811

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ before_install:
3838
- ./bin/ci/scripts/setup_mongodb.sh
3939
- ./bin/ci/scripts/setup_gcp.sh;
4040
- pecl channel-update pecl.php.net;
41-
- yes | pecl install -f grpc-stable > /dev/null
42-
- yes | pecl install -f mongodb-stable > /dev/null
43-
- yes | pecl install -f apcu-stable > /dev/null || true
44-
- yes | pecl install -f memcache > /dev/null
45-
- yes | pecl install -f couchbase-stable > /dev/null
46-
- phpenv config-add bin/ci/php_common.ini
41+
- yes | travis_wait 20 pecl install -f grpc-stable > /dev/null; # This pecl install is muted due to too much output written
42+
- yes | pecl install -f mongodb-stable;
43+
- yes | pecl install -f apcu-stable || true;
44+
- yes | pecl install -f memcache;
45+
- yes | pecl install -f couchbase-stable;
46+
- phpenv config-add bin/ci/php_common.ini;
4747
- phpenv config-rm xdebug.ini
4848
install:
4949
- ./bin/ci/scripts/install_dependencies.sh

0 commit comments

Comments
 (0)