8000 Add 'CI Status on Pull Requests' section (fixes #22) · Duder-onomy/github-cheat-sheet@cb5058e · GitHub
[go: up one dir, main page]

Skip to content

Commit cb5058e

Browse files
author
Rafal Chmiel
committed
Add 'CI Status on Pull Requests' section (fixes tiimgreen#22)
1 parent 404f919 commit cb5058e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ A collection of cool hidden and not so hidden features of Git and GitHub. This c
1414
- [Line Highlighting in Repositories](#line-highlighting-in-repositories)
1515
- [Closing Issues via Commit Messages](#closing-issues-via-commit-messages)
1616
- [Cross-Link Issues](#cross-link-issues)
17+
- [CI Status on Pull Requests](#ci-status-on-pull-requests)
1718
- [Syntax Highlighting in Markdown Files](#syntax-highlighting-in-markdown-files)
1819
- [Emojis](#emojis)
1920
- [Images/GIFs](#imagesgifs)
@@ -202,6 +203,13 @@ To link to an issue in another repository, `user_name/repo_name#ISSUE_NUMBER` e.
202203

203204
![Cross-Link Issues](https://camo.githubusercontent.com/447e39ab8d96b553cadc8d31799100190df230a8/68747470733a2f2f6769746875622d696d616765732e73332e616d617a6f6e6177732e636f6d2f626c6f672f323031312f736563726574732f7265666572656e6365732e706e67)
204205

206+
### CI Status on Pull Requests
207+
If set up correctly, every time you receive a Pull Request, [Travis CI](https://travis-ci.org/) will build that Pull Request just like it would every time you make a new commit. Read more about how to [get started with Travis CI](http://docs.travis-ci.com/user/getting-started/).
208+
209+
[![Travic CI status](https://cloud.githubusercontent.com/assets/1687642/2700187/3a88838c-c410-11e3-9a46-e65e2a0458cd.png)](https://github.com/octokit/octokit.rb/pull/452)
210+
211+
[*Read more about the commit status API.*](https://github.com/blog/1227-commit-status-api)
212+
205213
### Syntax Highlighting in Markdown Files
206214
For example, to syntax highlight Ruby code in your Markdown files write:
207215

0 commit comments

Comments
 (0)
0