mirror of
https://github.com/tiimgreen/github-cheat-sheet.git
synced 2025-08-19 14:11:20 +02:00
@@ -227,7 +227,7 @@ $ git commit -m "Fix screwup, fixes #12"
|
|||||||
### プルリクエストでのCI結果の表示
|
### プルリクエストでのCI結果の表示
|
||||||
適切に設定を行えばプルリクエストを受け取るたびに、通常のコミットと同じように[Travis CI](https://travis-ci.org/)がそのプルリクエストをビルドするだろう。どう設定するかは[Travis CI: Getting started](http://docs.travis-ci.com/user/getting-started/)を読むと良い。
|
適切に設定を行えばプルリクエストを受け取るたびに、通常のコミットと同じように[Travis CI](https://travis-ci.org/)がそのプルリクエストをビルドするだろう。どう設定するかは[Travis CI: Getting started](http://docs.travis-ci.com/user/getting-started/)を読むと良い。
|
||||||
|
|
||||||
[](https://github.com/octokit/octokit.rb/pull/452)
|
[](https://github.com/octokit/octokit.rb/pull/452)
|
||||||
|
|
||||||
[*コミット・ステータスAPIについてもっと詳しく*](https://github.com/blog/1227-commit-status-api)
|
[*コミット・ステータスAPIについてもっと詳しく*](https://github.com/blog/1227-commit-status-api)
|
||||||
|
|
||||||
|
@@ -244,7 +244,7 @@ $ git commit -m "Fix screwup, fixes #12"
|
|||||||
|
|
||||||
정확히 설정되었다면, 풀 리퀘스트를 받거나 풀 리퀘스트에 새로운 커밋을 할 때 마다, [Travis CI](https://travis-ci.org/)가 풀 리퀘스트를 빌드 할 것입니다. [Travis CI 시작하기](http://docs.travis-ci.com/user/getting-started/)를 좀 더 읽어보세요.
|
정확히 설정되었다면, 풀 리퀘스트를 받거나 풀 리퀘스트에 새로운 커밋을 할 때 마다, [Travis CI](https://travis-ci.org/)가 풀 리퀘스트를 빌드 할 것입니다. [Travis CI 시작하기](http://docs.travis-ci.com/user/getting-started/)를 좀 더 읽어보세요.
|
||||||
|
|
||||||
[](https://github.com/octokit/octokit.rb/pull/452)
|
[](https://github.com/octokit/octokit.rb/pull/452)
|
||||||
|
|
||||||
[*커밋 상태 API에 대해 좀 더 읽어보세요.*](https://github.com/blog/1227-commit-status-api)
|
[*커밋 상태 API에 대해 좀 더 읽어보세요.*](https://github.com/blog/1227-commit-status-api)
|
||||||
|
|
||||||
|
@@ -228,7 +228,7 @@ To link to an issue in another repository, `user_name/repo_name#ISSUE_NUMBER` e.
|
|||||||
### CI Status on Pull Requests
|
### CI Status on Pull Requests
|
||||||
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/).
|
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/).
|
||||||
|
|
||||||
[](https://github.com/octokit/octokit.rb/pull/452)
|
[](https://github.com/octokit/octokit.rb/pull/452)
|
||||||
|
|
||||||
[*Read more about the commit status API.*](https://github.com/blog/1227-commit-status-api)
|
[*Read more about the commit status API.*](https://github.com/blog/1227-commit-status-api)
|
||||||
|
|
||||||
|
@@ -234,7 +234,7 @@ $ git commit -m "Fix screwup, fixes #12"
|
|||||||
### CI Status on Pull Requests
|
### CI Status on Pull Requests
|
||||||
如果配置正确,[Travis CI](https://travis-ci.org/)会为每个你收到的Pull Request执行构建,就像每次提交也会触发构建一样。想了解更多关于Travis CI的信息,请看 [Travis CI入门](http://docs.travis-ci.com/user/getting-started/)。
|
如果配置正确,[Travis CI](https://travis-ci.org/)会为每个你收到的Pull Request执行构建,就像每次提交也会触发构建一样。想了解更多关于Travis CI的信息,请看 [Travis CI入门](http://docs.travis-ci.com/user/getting-started/)。
|
||||||
|
|
||||||
[](https://github.com/octokit/octokit.rb/pull/452)
|
[](https://github.com/octokit/octokit.rb/pull/452)
|
||||||
|
|
||||||
[*进一步了解 Commit status API.*](https://github.com/blog/1227-commit-status-api)
|
[*进一步了解 Commit status API.*](https://github.com/blog/1227-commit-status-api)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user