Last active
August 29, 2015 14:00
-
-
Save roidrage/0a54bd6a1a1d3e5c6229 to your computer and use it in GitHub Desktop.
This file contains 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
{ | |
"id": 1, | |
"number": "1", | |
"status": null, | |
"started_at": null, | |
"finished_at": null, | |
"status_message": "Passed", | |
"commit": "62aae5f70ceee39123ef", | |
"branch": "master", | |
"message": "the commit message", | |
"compare_url": "https://github.com/svenfuchs/minimal/compare/master...develop", | |
"committed_at": "2011-11-11T11: 11: 11Z", | |
"committer_name": "Sven Fuchs", | |
"committer_email": "[email protected]", | |
"author_name": "Sven Fuchs", | |
"author_email": "[email protected]", | |
"type": "push", | |
"build_url": "https://travis-ci.org/svenfuchs/minimal/builds/1", | |
"repository": { | |
"id": 1, | |
"name": "minimal", | |
"owner_name": "svenfuchs", | |
"url": "http://github.com/svenfuchs/minimal" | |
}, | |
"config": { | |
"notifications": { | |
"webhooks": ["http://evome.fr/notifications", "http://example.com/"] | |
} | |
}, | |
"matrix": [ | |
{ | |
"id": 2, | |
"repository_id": 1, | |
"number": "1.1", | |
"state": "created", | |
"started_at": null, | |
"finished_at": null, | |
"config": { | |
"notifications": { | |
"webhooks": ["http://evome.fr/notifications", "http://example.com/"] | |
} | |
}, | |
"status": null, | |
"log": "", | |
"result": null, | |
"parent_id": 1, | |
"commit": "62aae5f70ceee39123ef", | |
"branch": "master", | |
"message": "the commit message", | |
"committed_at": "2011-11-11T11: 11: 11Z", | |
"committer_name": "Sven Fuchs", | |
"committer_email": "[email protected]", | |
"author_name": "Sven Fuchs", | |
"author_email": "[email protected]", | |
"compare_url": "https://github.com/svenfuchs/minimal/compare/master...develop" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment