lib/travis/client/build.rb in travis-1.4.0 vs lib/travis/client/build.rb in travis-1.5.0
- old
+ new
@@ -32,9 +32,13 @@
def branch_info
pull_request? ? "Pull Request ##{pr_number}" : commit.branch
end
+ def pusher_channels
+ repository.pusher_channels
+ end
+
def inspect_info
"#{repository.slug}##{number}"
end
end
end