-
-
Notifications
You must be signed in to change notification settings - Fork 182
Add hostname option to set the interface to bind to #330
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
Add hostname option to set the interface to bind to #330
Conversation
|
@felixfbecker The travis test seems to fail due to a missing dependency ( |
Codecov Report
@@ Coverage Diff @@
## master #330 +/- ##
==========================================
+ Coverage 70.05% 70.11% +0.05%
==========================================
Files 5 5
Lines 1012 1014 +2
Branches 161 161
==========================================
+ Hits 709 711 +2
Misses 303 303
Continue to review full report at Codecov.
|
|
Seeing that you merged in master @felixfbecker, is there anything more I should do? |
|
Well the build is not passing and I'm not sure why |
|
@felixfbecker as mentioned above, installing php via brew fails (this is a problem of the CI not of the code). I am not well versed with brew so I cannot help much there but it sounds like PHP 7.0 is not available anymore on homebrew, so you probably need to do a php version bump on the recipe. |
1682be8 to
f4aeefc
Compare
42c53d9 to
4a0ba66
Compare
|
@felixfbecker There, I fixed it for you |
|
@felixfbecker Is there anything more needed? |
|
🎉 This PR is included in version 1.13.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This just amends mscharley's PR #289 by he changes that were requested over there.