mirror of
https://github.com/Shopify/liquid.git
synced 2026-09-19 19:00:39 -07:00
Hopefully fix CI on Rubinius
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user