Remove undefined variable.

This commit is contained in:
Guo Xiang Tan
2016-11-09 21:06:21 +08:00
parent 8a0f02fd23
commit 7a1400cc4b
+1 -1
View File
@@ -60,7 +60,7 @@ task "qunit:test" => :environment do
# A bit of a hack until we can figure this out on Travis # A bit of a hack until we can figure this out on Travis
tries = 0 tries = 0
while tries < 3 && $?.exitstatus == 124 && !quit while tries < 3 && $?.exitstatus == 124
tries += 1 tries += 1
puts "\nTimed Out. Trying again...\n" puts "\nTimed Out. Trying again...\n"
rake_system(cmd) rake_system(cmd)