1
0
Fork 0
mirror of https://github.com/puma/puma.git synced 2022-11-09 13:48:40 -05:00

Freeze all string literals in CI

This commit is contained in:
Nate Berkopec 2019-09-20 12:14:19 +02:00
parent 107e5111c8
commit c68dfffc32
No known key found for this signature in database
GPG key ID: BDD7A4B8E43906A6
2 changed files with 2 additions and 0 deletions

View file

@ -67,3 +67,4 @@ jobs:
env:
CI: true
TESTOPTS: -v
RUBYOPT: --enable-frozen-string-literal

View file

@ -58,3 +58,4 @@ matrix:
env:
global:
- TESTOPTS="-v"
- RUBYOPT="--enable-frozen-string-literal"