Skip to content

Commit

Permalink
Remove the gem update from .travis.yml
Browse files Browse the repository at this point in the history
It has no effect on deployment error and may cause further network issues.
  • Loading branch information
kennytm committed Jun 7, 2018
1 parent c131bdc commit 6e7afff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6e7afff

Please sign in to comment.