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

Travis build fails #122

Closed
seekshiva opened this issue Jan 5, 2014 · 0 comments
Closed

Travis build fails #122

seekshiva opened this issue Jan 5, 2014 · 0 comments

Comments

@seekshiva
Copy link

Travis runs bundle install with the --deployment flag on, if it finds any Gemfile.lock or .gemfiles in the project. Running bundle install --deployment for the current repo fails since there is no Gemfile.lock file.

Gemfile.lock was removed from the repo because of #72

But there are two *gemfile.lock files present inside "gemfiles/" directory. This confuses travis into thinking it has to run bundle install with the --deployment flag.

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 a pull request may close this issue.

1 participant