We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8e5a97 commit e1f9a27Copy full SHA for e1f9a27
.travis.yml
@@ -21,7 +21,7 @@ before_script:
21
- git config --global user.name "Travis CI"
22
23
before_install:
24
- - '[[ "$TRAVIS_RUBY_VERSION" =~ "^jruby|^2.3|^2.4" ]] && gem update --system || true'
+ - '[[ "$TRAVIS_RUBY_VERSION" =~ "^jruby|^ruby 2.3|^ruby 2.4" ]] && gem update --system || true'
25
26
script:
27
- bundle exec rspec
0 commit comments