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:
parent
c131bdcaff
commit
6e7affffac
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user