diff --git a/History.markdown b/History.markdown index d20e33d1..6b949228 100644 --- a/History.markdown +++ b/History.markdown @@ -100,6 +100,7 @@ * Re-align the tables in Cucumber (#2108) * Trim trailing spaces and convert tabs to spaces (#2122) * Fix the failing Travis scenarios due to Cucumber issues (#2155) + * Wrap `bundle install` in `travis_retry` to retry when RubyGems fails (#2160) ### Site Enhancements * Document Kramdown's GFM parser option (#1791)