Skip to content

Commit 22c00e2

Browse files
authored
add travis_retry for pecl install grpc (GoogleCloudPlatform#414)
1 parent 1f20bf6 commit 22c00e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ before_install:
4141
- mkdir -p build/logs
4242

4343
before_script:
44-
- pecl install grpc
44+
- travis_retry pecl install grpc
4545

4646
script:
4747
- testing/run_all_tests.sh

0 commit comments

Comments
 (0)