mirror of
https://github.com/Shopify/liquid.git
synced 2025-11-27 00:00:34 -05:00
Hopefully fix CI on Rubinius
This commit is contained in:
parent
824231284c
commit
ace12e29da
@ -13,6 +13,7 @@ mode = :strict
|
||||
if ARGV.last == 'lax'
|
||||
puts "-- LAX ERROR MODE"
|
||||
ARGV.pop
|
||||
ARGV.compact! # because things break on Rubinius otherwise
|
||||
mode = :lax
|
||||
else
|
||||
puts "-- STRICT ERROR MODE"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user