mirror of
https://github.com/kemko/liquid.git
synced 2026-01-01 15:55:40 +03:00
Hopefully fix CI on Rubinius
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user