mirror of
https://github.com/puma/puma.git
synced 2022-11-09 13:48:40 -05:00
dont set frozen-string-literal for ruby 2.2 [changelog skip] (#2066)
This commit is contained in:
parent
8e751a8ce0
commit
3203159ac6
1 changed files with 3 additions and 1 deletions
|
@ -30,7 +30,9 @@ matrix:
|
|||
include:
|
||||
- rvm: 2.2.10
|
||||
dist: trusty
|
||||
env: OS="Trusty 14.04 OpenSSL 1.0.1"
|
||||
env:
|
||||
- OS="Trusty 14.04 OpenSSL 1.0.1"
|
||||
- RUBYOPT=""
|
||||
- rvm: 2.6.4
|
||||
dist: xenial
|
||||
env: OS="Xenial 16.04 OpenSSL 1.0.2"
|
||||
|
|
Loading…
Add table
Reference in a new issue