Created
July 21, 2017 17:04
-
-
Save BanzaiMan/666b5cdddc02371dba6da66e53356a3e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ curl -H "Travis-API-version: 3" -H "Authorization: token $(travis token --org)" https://api.travis-ci.org/repo/travis-ci%2fphp-src-builder/builds?event_type=cron | |
{ | |
"@type": "builds", | |
"@href": "/repo/travis-ci%2fphp-src-builder/builds?event_type=cron", | |
"@representation": "standard", | |
"@pagination": { | |
"limit": 25, | |
"offset": 0, | |
"count": 0, | |
"is_first": true, | |
"is_last": true, | |
"next": null, | |
"prev": null, | |
"first": { | |
"@href": "/repo/travis-ci%2fphp-src-builder/builds?event_type=cron", | |
"offset": 0, | |
"limit": 25 | |
}, | |
"last": { | |
"@href": "/repo/travis-ci%2fphp-src-builder/builds?event_type=cron&limit=25&offset=-25", | |
"offset": -25, | |
"limit": 25 | |
} | |
}, | |
"builds": [ | |
] | |
$ curl -H "Travis-API-version: 3" -H "Authorization: token $(travis token --org)" https://api.travis-ci.org/repo/travis-ci%2fphp-src-builder/builds?event_type=api | |
{ | |
"@type": "builds", | |
"@href": "/repo/travis-ci%2fphp-src-builder/builds?event_type=api", | |
"@representation": "standard", | |
"@pagination": { | |
"limit": 25, | |
"offset": 0, | |
"count": 2005, | |
"is_first": true, | |
"is_last": false, | |
"next": { | |
"@href": "/repo/travis-ci%2fphp-src-builder/builds?event_type=api&limit=25&offset=25", | |
"offset": 25, | |
"limit": 25 | |
}, | |
"prev": null, | |
"first": { | |
"@href": "/repo/travis-ci%2fphp-src-builder/builds?event_type=api", | |
"offset": 0, | |
"limit": 25 | |
}, | |
"last": { | |
"@href": "/repo/travis-ci%2fphp-src-builder/builds?event_type=api&limit=25&offset=2000", | |
"offset": 2000, | |
"limit": 25 | |
} | |
}, | |
"builds": [ | |
{ | |
"@type": "build", | |
"@href": "/build/255309629", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 255309629, | |
"number": "2207", | |
"state": "errored", | |
"duration": 5907, | |
"event_type": "api", | |
"previous_state": "errored", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-19T15:30:13Z", | |
"finished_at": "2017-07-19T16:19:48Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 74215117, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.0snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170719T152833Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/255309630", | |
"@representation": "minimal", | |
"id": 255309630 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/255309631", | |
"@representation": "minimal", | |
"id": 255309631 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/255309582", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 255309582, | |
"number": "2206", | |
"state": "errored", | |
"duration": 5799, | |
"event_type": "api", | |
"previous_state": "errored", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-19T15:30:12Z", | |
"finished_at": "2017-07-19T16:18:45Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 74215104, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.1snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170719T152829Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/255309584", | |
"@representation": "minimal", | |
"id": 255309584 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/255309589", | |
"@representation": "minimal", | |
"id": 255309589 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/255309546", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 255309546, | |
"number": "2205", | |
"state": "passed", | |
"duration": 2937, | |
"event_type": "api", | |
"previous_state": "errored", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-19T15:29:44Z", | |
"finished_at": "2017-07-19T15:55:23Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 74215098, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=master ALIAS=nightly ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170719T152827Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/255309547", | |
"@representation": "minimal", | |
"id": 255309547 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/255309548", | |
"@representation": "minimal", | |
"id": 255309548 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/254486055", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 254486055, | |
"number": "2201", | |
"state": "errored", | |
"duration": 5894, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-17T15:31:02Z", | |
"finished_at": "2017-07-17T16:20:42Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73967588, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.0snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170717T152501Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/254486056", | |
"@representation": "minimal", | |
"id": 254486056 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/254486057", | |
"@representation": "minimal", | |
"id": 254486057 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/254485657", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 254485657, | |
"number": "2200", | |
"state": "failed", | |
"duration": 2414, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-17T15:25:07Z", | |
"finished_at": "2017-07-17T15:46:54Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73967472, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=master ALIAS=nightly ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170717T152402Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/254485658", | |
"@representation": "minimal", | |
"id": 254485658 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/254485659", | |
"@representation": "minimal", | |
"id": 254485659 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/254485581", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 254485581, | |
"number": "2199", | |
"state": "errored", | |
"duration": 5860, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-17T15:25:06Z", | |
"finished_at": "2017-07-17T16:13:57Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73967440, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.1snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170717T152354Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/254485582", | |
"@representation": "minimal", | |
"id": 254485582 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/254485583", | |
"@representation": "minimal", | |
"id": 254485583 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/254166441", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 254166441, | |
"number": "2198", | |
"state": "passed", | |
"duration": 2517, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-16T15:27:39Z", | |
"finished_at": "2017-07-16T15:49:13Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73868010, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=master ALIAS=nightly ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170716T152312Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/254166442", | |
"@representation": "minimal", | |
"id": 254166442 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/254166443", | |
"@representation": "minimal", | |
"id": 254166443 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/254166318", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 254166318, | |
"number": "2197", | |
"state": "errored", | |
"duration": 5822, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-16T15:24:00Z", | |
"finished_at": "2017-07-16T16:13:00Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73867988, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.1snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170716T152256Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/254166319", | |
"@representation": "minimal", | |
"id": 254166319 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/254166320", | |
"@representation": "minimal", | |
"id": 254166320 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/254166248", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 254166248, | |
"number": "2196", | |
"state": "errored", | |
"duration": 5840, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-16T15:23:37Z", | |
"finished_at": "2017-07-16T16:12:55Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73867982, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.0snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170716T152254Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/254166249", | |
"@representation": "minimal", | |
"id": 254166249 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/254166250", | |
"@representation": "minimal", | |
"id": 254166250 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/253941178", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 253941178, | |
"number": "2195", | |
"state": "passed", | |
"duration": 2514, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-15T15:23:44Z", | |
"finished_at": "2017-07-15T15:46:44Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73799566, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.0snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170715T152255Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/253941179", | |
"@representation": "minimal", | |
"id": 253941179 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/253941180", | |
"@representation": "minimal", | |
"id": 253941180 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/253941175", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 253941175, | |
"number": "2194", | |
"state": "passed", | |
"duration": 2484, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-15T15:23:44Z", | |
"finished_at": "2017-07-15T15:46:01Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73799562, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.1snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170715T152252Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/253941176", | |
"@representation": "minimal", | |
"id": 253941176 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/253941177", | |
"@representation": "minimal", | |
"id": 253941177 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/253941071", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 253941071, | |
"number": "2193", | |
"state": "passed", | |
"duration": 2601, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-15T15:23:44Z", | |
"finished_at": "2017-07-15T15:47:13Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73799533, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=master ALIAS=nightly ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170715T152243Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/253941072", | |
"@representation": "minimal", | |
"id": 253941072 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/253941073", | |
"@representation": "minimal", | |
"id": 253941073 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/253654767", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 253654767, | |
"number": "2192", | |
"state": "passed", | |
"duration": 3003, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-14T15:29:41Z", | |
"finished_at": "2017-07-14T15:57:01Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73713231, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=master ALIAS=nightly ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170714T152547Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/253654768", | |
"@representation": "minimal", | |
"id": 253654768 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/253654769", | |
"@representation": "minimal", | |
"id": 253654769 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/253653929", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 253653929, | |
"number": "2191", | |
"state": "passed", | |
"duration": 2482, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-14T15:25:21Z", | |
"finished_at": "2017-07-14T15:47:20Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73713031, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.0snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170714T152409Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/253653930", | |
"@representation": "minimal", | |
"id": 253653930 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/253653931", | |
"@representation": "minimal", | |
"id": 253653931 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/253653903", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 253653903, | |
"number": "2190", | |
"state": "passed", | |
"duration": 2663, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-14T15:25:36Z", | |
"finished_at": "2017-07-14T15:49:24Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73713041, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.1snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170714T152416Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/253653904", | |
"@representation": "minimal", | |
"id": 253653904 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/253653906", | |
"@representation": "minimal", | |
"id": 253653906 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/252855505", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 252855505, | |
"number": "2189", | |
"state": "passed", | |
"duration": 2503, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-12T15:23:18Z", | |
"finished_at": "2017-07-12T15:44:19Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73471452, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.0snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170712T152147Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/252855506", | |
"@representation": "minimal", | |
"id": 252855506 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/252855507", | |
"@representation": "minimal", | |
"id": 252855507 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/252855238", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 252855238, | |
"number": "2188", | |
"state": "passed", | |
"duration": 2721, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-12T15:22:26Z", | |
"finished_at": "2017-07-12T15:46:03Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73471374, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=master ALIAS=nightly ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170712T152111Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/252855239", | |
"@representation": "minimal", | |
"id": 252855239 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/252855241", | |
"@representation": "minimal", | |
"id": 252855241 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/252855202", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 252855202, | |
"number": "2187", | |
"state": "failed", | |
"duration": 2451, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-12T15:22:38Z", | |
"finished_at": "2017-07-12T15:45:04Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73471357, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.1snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170712T152109Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/252855204", | |
"@representation": "minimal", | |
"id": 252855204 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/252855206", | |
"@representation": "minimal", | |
"id": 252855206 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/252175979", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 252175979, | |
"number": "2186", | |
"state": "passed", | |
"duration": 2358, | |
"event_type": "api", | |
"previous_state": "failed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-10T21:23:32Z", | |
"finished_at": "2017-07-10T21:44:29Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73264743, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=5.6.30 ALIAS=5.6) 20170710T212243Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/252175980", | |
"@representation": "minimal", | |
"id": 252175980 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/252175981", | |
"@representation": "minimal", | |
"id": 252175981 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/252044342", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 252044342, | |
"number": "2185", | |
"state": "failed", | |
"duration": 2259, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-10T15:24:44Z", | |
"finished_at": "2017-07-10T15:45:05Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73225645, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.0snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170710T152009Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/252044343", | |
"@representation": "minimal", | |
"id": 252044343 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/252044345", | |
"@representation": "minimal", | |
"id": 252044345 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/252044178", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 252044178, | |
"number": "2184", | |
"state": "passed", | |
"duration": 2625, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-10T15:20:43Z", | |
"finished_at": "2017-07-10T15:44:27Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73225598, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.1snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170710T151956Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/252044179", | |
"@representation": "minimal", | |
"id": 252044179 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/252044180", | |
"@representation": "minimal", | |
"id": 252044180 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/252044159", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 252044159, | |
"number": "2183", | |
"state": "passed", | |
"duration": 2585, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-10T15:20:41Z", | |
"finished_at": "2017-07-10T15:43:45Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73225590, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=master ALIAS=nightly ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170710T151953Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/252044160", | |
"@representation": "minimal", | |
"id": 252044160 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/252044161", | |
"@representation": "minimal", | |
"id": 252044161 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/251733921", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 251733921, | |
"number": "2182", | |
"state": "passed", | |
"duration": 2680, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-09T15:27:05Z", | |
"finished_at": "2017-07-09T15:50:31Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73132130, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.0snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170709T151926Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/251733922", | |
"@representation": "minimal", | |
"id": 251733922 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/251733923", | |
"@representation": "minimal", | |
"id": 251733923 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/251733804", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 251733804, | |
"number": "2181", | |
"state": "passed", | |
"duration": 2535, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-09T15:20:52Z", | |
"finished_at": "2017-07-09T15:42:07Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73132099, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=master ALIAS=nightly ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170709T151901Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/251733805", | |
"@representation": "minimal", | |
"id": 251733805 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/251733806", | |
"@representation": "minimal", | |
"id": 251733806 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
}, | |
{ | |
"@type": "build", | |
"@href": "/build/251733751", | |
"@representation": "standard", | |
"@permissions": { | |
"read": true, | |
"cancel": true, | |
"restart": true | |
}, | |
"id": 251733751, | |
"number": "2180", | |
"state": "passed", | |
"duration": 2450, | |
"event_type": "api", | |
"previous_state": "passed", | |
"pull_request_title": null, | |
"pull_request_number": null, | |
"started_at": "2017-07-09T15:19:49Z", | |
"finished_at": "2017-07-09T15:40:43Z", | |
"repository": { | |
"@type": "repository", | |
"@href": "/repo/4067916", | |
"@representation": "minimal", | |
"id": 4067916, | |
"name": "php-src-builder", | |
"slug": "travis-ci/php-src-builder" | |
}, | |
"branch": { | |
"@type": "branch", | |
"@href": "/repo/4067916/branch/default", | |
"@representation": "minimal", | |
"name": "default" | |
}, | |
"commit": { | |
"@type": "commit", | |
"@representation": "minimal", | |
"id": 73132085, | |
"sha": "0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"ref": null, | |
"message": "Build branch=default; source=rake; (VERSION=7.1snapshot ALIAS=$VERSION ICU_RELEASE=57.1 ICU_INSTALL_DIR=$HOME/.phpenv/versions/$VERSION) 20170709T151855Z", | |
"compare_url": "https://github.com/travis-ci/php-src-builder/compare/b245f4e3fde4830167f4fb31425dcd8c38e32209...0add2c2f31195069f410757b31a687ff4b9c89d8", | |
"committed_at": "2017-06-29T16:09:51Z" | |
}, | |
"jobs": [ | |
{ | |
"@type": "job", | |
"@href": "/job/251733752", | |
"@representation": "minimal", | |
"id": 251733752 | |
}, | |
{ | |
"@type": "job", | |
"@href": "/job/251733753", | |
"@representation": "minimal", | |
"id": 251733753 | |
} | |
], | |
"stages": [ | |
], | |
"created_by": { | |
"@type": "user", | |
"@href": "/user/13378", | |
"@representation": "minimal", | |
"id": 13378, | |
"login": "BanzaiMan" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment