Skip to content

Commit 8ff919b

Browse files
committed
Add MRI 2.4 plus frozen string literal check to .travis.yml
1 parent 5922e0a commit 8ff919b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ rvm:
77
- 2.1
88
- 2.2
99
- 2.3.0
10+
- 2.4.1
1011
- jruby-18mode
1112
- jruby-19mode
1213
- jruby-9.0.5.0
@@ -16,6 +17,9 @@ gemfile: ".travis/Gemfile"
1617

1718
sudo: false
1819

20+
before_script:
21+
- if (ruby -e "exit RUBY_VERSION.to_f >= 2.4"); then export RUBYOPT="--enable-frozen-string-literal"; fi; echo $RUBYOPT
22+
1923
env:
2024
global:
2125
- VERBOSE=true

0 commit comments

Comments
 (0)