1
0
Fork 0
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:
Bruno Vieira 2019-11-03 18:05:44 +00:00 committed by Nate Berkopec
parent 8e751a8ce0
commit 3203159ac6

View file

@ -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"