# File lib/branch.rb, line 375
        def monitor_stable(opts)
            st = @travis.getStableState(@stable_head)
            suff=""
            case st
            when "started"
                suff= " started at #{@travis.getStableTS(@stable_head)}"
            end
            log(:INFO, "Status for v#{@version}: " + st + suff)
        end