Skip to content

Commit

Permalink
Force gem update --system before deployment.
Browse files Browse the repository at this point in the history
Try to prevent rust-lang#44159.
  • Loading branch information
kennytm committed Nov 5, 2017
1 parent 51e2247 commit 9cfdaba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ before_deploy:
rm -rf obj/build/dist/doc &&
cp -r obj/build/dist/* deploy/$TRAVIS_COMMIT;
fi
- travis_retry gem update --system

deploy:
- provider: s3
Expand Down

0 comments on commit 9cfdaba

Please sign in to comment.