Skip to content

Commit

Permalink
Travis: Remove the command to pin Rubygems. (#1188)
Browse files Browse the repository at this point in the history
On the Travis log the command costs around 160 seconds.
If we see an issue, we can enable the command again.
  • Loading branch information
junaruga authored May 19, 2021
1 parent 926f853 commit cab9304
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
dist: trusty
language: ruby
bundler_args: --without development
# Pin Rubygems to a working version. Sometimes it breaks upstream. Update now and then.
before_install:
- gem --version
- gem update --system --quiet || gem update --system 2.7.10 --quiet
- gem update bundler
- gem --version
- bash ci/setup.sh
Expand Down

0 comments on commit cab9304

Please sign in to comment.