Skip to content

Commit e1f9a27

Browse files
committed
Fix patterns for ruby version detection
1 parent a8e5a97 commit e1f9a27

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
@@ -21,7 +21,7 @@ before_script:
2121
- git config --global user.name "Travis CI"
2222

2323
before_install:
24-
- '[[ "$TRAVIS_RUBY_VERSION" =~ "^jruby|^2.3|^2.4" ]] && gem update --system || true'
24+
- '[[ "$TRAVIS_RUBY_VERSION" =~ "^jruby|^ruby 2.3|^ruby 2.4" ]] && gem update --system || true'
2525

2626
script:
2727
- bundle exec rspec

0 commit comments

Comments
 (0)