From 6e7affffacb37b79c61e10c894964d934495da44 Mon Sep 17 00:00:00 2001 From: kennytm Date: Fri, 8 Jun 2018 04:31:30 +0800 Subject: [PATCH] Remove the `gem update` from `.travis.yml` It has no effect on deployment error and may cause further network issues. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9e62b895ed2..c154f3d8e25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -301,7 +301,6 @@ before_deploy: rm -rf obj/build/dist/doc && cp -r obj/build/dist/* deploy/$TRAVIS_COMMIT; fi - - travis_retry gem update --system - ls -la deploy/$TRAVIS_COMMIT deploy: -- 2.44.0