Skip to content

Commit 9cfdaba

Browse files
committed
Force gem update --system before deployment.
Try to prevent #44159.
1 parent 51e2247 commit 9cfdaba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ before_deploy:
286286
rm -rf obj/build/dist/doc &&
287287
cp -r obj/build/dist/* deploy/$TRAVIS_COMMIT;
288288
fi
289+
- travis_retry gem update --system
289290

290291
deploy:
291292
- provider: s3

0 commit comments

Comments
 (0)