Skip to content

Commit

Permalink
Force install gems in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
unasuke committed Oct 31, 2019
1 parent 529fc5e commit cac98cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ cache:
bundler: true

before_install:
- travis_retry gem update --system || travis_retry gem update --system 2.7.8
- travis_retry gem install bundler --no-document || travis_retry gem install bundler --no-document -v 1.17.3
- travis_retry gem update --system --force || travis_retry gem update --system 2.7.8 --force
- travis_retry gem install bundler --no-document --force || travis_retry gem install bundler --no-document -v 1.17.3 --force

script:
- RUBYOPT=$SPEC_RUBYOPT bundle exec rake spec
Expand Down

0 comments on commit cac98cd

Please sign in to comment.