Skip to content

Commit ac7ab95

Browse files
committed
Run latest version of RubyGems in Travis CI runs
1 parent a04e7b7 commit ac7ab95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ before_script:
1515
- git config --global user.name "Travis CI"
1616

1717
before_install:
18-
- '[[ "$TRAVIS_RUBY_VERSION" =~ "^jruby|^ruby 2.3|^ruby 2.4|^ruby 2.5" ]] && gem update --system || true'
18+
- gem update --system
1919

2020
script:
2121
- bundle exec rspec

0 commit comments

Comments
 (0)