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
1 changed files with 0 additions and 1 deletions
|
@ -301,7 +301,6 @@ before_deploy:
|
||||||
rm -rf obj/build/dist/doc &&
|
rm -rf obj/build/dist/doc &&
|
||||||
cp -r obj/build/dist/* deploy/$TRAVIS_COMMIT;
|
cp -r obj/build/dist/* deploy/$TRAVIS_COMMIT;
|
||||||
fi
|
fi
|
||||||
- travis_retry gem update --system
|
|
||||||
- ls -la deploy/$TRAVIS_COMMIT
|
- ls -la deploy/$TRAVIS_COMMIT
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue