Hopefully fix CI on Rubinius

This commit is contained in:
Tristan Hume 2013-08-02 13:37:56 -04:00
parent 824231284c
commit ace12e29da

View File

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