Skip to content
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

Resolve build issue with beanstalk. #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jasonray
Copy link

The current travis-ci build is failing to start beanstalkd. This is because the argument -d is not recognized by the beanstalkd application (perhaps it was in a previous version of beanstalk?).

I switched to start beanstalkd in the background using & which likely achieve the same intent

The current travis-ci build is failing to start `beanstalkd`.  This is because the argument `-d` is not recognized by the `beanstalkd` application (perhaps it was in a previous version of beanstalk?).  I switched to start `beanstalkd` in the background using `&` which likely achieve the same intent
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 92.778% when pulling fe9c0e3 on jasonray:fix-build-backgroundprocess into 1849d02 on ceejbot:master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.3%) to 92.778% when pulling fe9c0e3 on jasonray:fix-build-backgroundprocess into 1849d02 on ceejbot:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants