You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .travis.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,7 @@ before_install:
38
38
- ./bin/ci/scripts/setup_mongodb.sh
39
39
- ./bin/ci/scripts/setup_gcp.sh;
40
40
- pecl channel-update pecl.php.net;
41
-
- yes | travis_wait 20 pecl install -f grpc-stable > /dev/null; # This pecl install is muted due to too much output written
41
+
- yes | pecl install -f grpc-stable | grep -v --line-buffered "/tmp/pear/install/grpc"; # This pecl install is partially muted due to too much output written
0 commit comments