Remove the gem update from .travis.yml

It has no effect on deployment error and may cause further network issues.
This commit is contained in:
kennytm 2018-06-08 04:31:30 +08:00
parent c131bdcaff
commit 6e7affffac
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C

View File

@ -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: