mirror of
https://github.com/Shopify/liquid.git
synced 2025-11-29 00:00:27 -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'
|
if ARGV.last == 'lax'
|
||||||
puts "-- LAX ERROR MODE"
|
puts "-- LAX ERROR MODE"
|
||||||
ARGV.pop
|
ARGV.pop
|
||||||
|
ARGV.compact! # because things break on Rubinius otherwise
|
||||||
mode = :lax
|
mode = :lax
|
||||||
else
|
else
|
||||||
puts "-- STRICT ERROR MODE"
|
puts "-- STRICT ERROR MODE"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user