mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Use rails 5.2 when testing frozen strings
This commit is contained in:
parent
613a9fb49f
commit
b0f4a65aee
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@ matrix:
|
||||||
include:
|
include:
|
||||||
- rvm: 2.6
|
- rvm: 2.6
|
||||||
env: RUBYOPT="--enable-frozen-string-literal"
|
env: RUBYOPT="--enable-frozen-string-literal"
|
||||||
# allow_failures:
|
gemfile: gemfiles/rails_5.2.gemfile
|
||||||
# - rvm: ruby-head
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
code_climate:
|
code_climate:
|
||||||
|
|
Loading…
Reference in a new issue