We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c347341 commit 860c2e1Copy full SHA for 860c2e1
.travis.yml
@@ -16,7 +16,7 @@ branches:
16
only:
17
- master
18
before_script:
19
-- if (ruby -e "exit RUBY_VERSION.to_f >= 2.4"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
+- if (ruby -e "exit RUBY_VERSION.to_f >= 2.3"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
20
matrix:
21
allow_failures:
22
- rvm: ruby-head
0 commit comments