diff options
| author | kennytm <kennytm@gmail.com> | 2018-06-08 04:31:30 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-06-08 04:31:30 +0800 |
| commit | 6e7affffacb37b79c61e10c894964d934495da44 (patch) | |
| tree | 4b89d42f52e33a9fed47779767223c6bbb31a547 | |
| parent | c131bdcaff68d35f96e954baac4340206779335f (diff) | |
| download | rust-6e7affffacb37b79c61e10c894964d934495da44.tar.gz rust-6e7affffacb37b79c61e10c894964d934495da44.zip | |
Remove the `gem update` from `.travis.yml`
It has no effect on deployment error and may cause further network issues.
| -rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
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: |
