From 504be84f270e356b571b3ac984c602625f45efc7 Mon Sep 17 00:00:00 2001 From: Christopher Weyand Date: Mon, 30 May 2016 10:02:21 +0200 Subject: [PATCH] cron return created_at --- lib/travis/api/v3/renderer/cron.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/travis/api/v3/renderer/cron.rb b/lib/travis/api/v3/renderer/cron.rb index fdad9263..95419867 100644 --- a/lib/travis/api/v3/renderer/cron.rb +++ b/lib/travis/api/v3/renderer/cron.rb @@ -3,7 +3,7 @@ require 'travis/api/v3/renderer/model_renderer' module Travis::API::V3 class Renderer::Cron < Renderer::ModelRenderer representation(:minimal, :id) - representation(:standard, :id, :repository, :branch, :interval, :disable_by_build, :next_enqueuing) + representation(:standard, :id, :repository, :branch, :interval, :disable_by_build, :next_enqueuing, :created_at) def repository model.branch.repository