add typo to test sending of error to sentry on staging

This commit is contained in:
carlad 2016-07-27 11:59:36 +02:00
parent 3a1b1a591f
commit c112c56664

View File

@ -13,7 +13,7 @@ module Travis::API::V3
elsif last_cron_build_date >= planned_time(LastBuild) elsif last_cron_build_date >= planned_time(LastBuild)
planned_time(ThisBuild) planned_time(ThisBuild)
else else
Time.now Time.nowt
end end
end end