-
Notifications
You must be signed in to change notification settings - Fork 950
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhance: don't run travis-CI for only document change #2345
enhance: don't run travis-CI for only document change #2345
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2345 +/- ##
==========================================
- Coverage 68.8% 68.72% -0.09%
==========================================
Files 272 272
Lines 18175 18175
==========================================
- Hits 12506 12491 -15
- Misses 4253 4264 +11
- Partials 1416 1420 +4
|
INSTALLATION.md
Outdated
@@ -189,7 +189,7 @@ This guide provides step by step instructions to deploy PouchContainer on bare m | |||
As a developer, you may need to build and test PouchContainer binaries via source code. To build pouchd which is so-called "PouchContainer Daemon" and pouch which is so-called "PouchContainer CLI", the following build system dependencies are required: | |||
|
|||
* Linux Kernel 3.10+ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we need to update this part, this part is never accurate.
CentOS, 3.10-327
Ubuntu, 4.0?
Could someone could help me to make it clear? @alibaba/pouch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will do that. @allencloud
save resource and time. Signed-off-by: Wei Fu <fuweid89@gmail.com>
LGTM merged |
save resource and time.
Signed-off-by: Wei Fu fuweid89@gmail.com
Ⅰ. Describe what this PR did
Ⅱ. Does this pull request fix one issue?
Ⅲ. Why don't you add test cases (unit test/integration test)? (你真的觉得不需要加测试吗?)
Ⅳ. Describe how to verify it
Ⅴ. Special notes for reviews