lib/travis/client/job.rb in travis-1.6.15.travis.558.6 vs lib/travis/client/job.rb in travis-1.6.15.travis.559.6

- old
+ new

@@ -43,9 +43,13 @@ finish = finished_at || Time.now (finish - start).to_i end end + def delete_log(reason = {}) + log.delete_body(reason) + end + def pusher_channels build.pusher_channels + ["job-#{id}"] end def inspect_info