Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6e7afff

Browse files
committedJun 7, 2018
Remove the gem update from .travis.yml
It has no effect on deployment error and may cause further network issues.
1 parent c131bdc commit 6e7afff

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ before_deploy:
301301
rm -rf obj/build/dist/doc &&
302302
cp -r obj/build/dist/* deploy/$TRAVIS_COMMIT;
303303
fi
304-
- travis_retry gem update --system
305304
- ls -la deploy/$TRAVIS_COMMIT
306305

307306
deploy:

0 commit comments

Comments
 (0)
Please sign in to comment.