Skip to content

Commit 860c2e1

Browse files
committed
flag is available since Ruby 2.3
1 parent c347341 commit 860c2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ branches:
1616
only:
1717
- master
1818
before_script:
19-
- if (ruby -e "exit RUBY_VERSION.to_f >= 2.4"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
19+
- if (ruby -e "exit RUBY_VERSION.to_f >= 2.3"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
2020
matrix:
2121
allow_failures:
2222
- rvm: ruby-head

0 commit comments

Comments
 (0)