[BioRuby] Travis-CI & bundler problem
Iain Barnett
iainspeed at gmail.com
Fri Nov 8 14:48:55 UTC 2013
On 8 Nov 2013, at 14:45, Joachim Baran wrote:
> Hello,
>
> On 7 November 2013 12:18, Iain Barnett <iainspeed at gmail.com> wrote:
> Try sandboxing the bundle:
>
> bundle install --binstubs --path vendor
>
> will install all executables in a bin dir inside the project root directory, and all the libraries into project-root/vendor/ruby/VERSION/... If you then use
>
> bundle exec rspec
>
> or
>
> bin/rspec
> The unit tests always succeed for me; even when I follow your suggestions.
>
> I might have to start from an "empty" Linux VM to reproduce the exceptions. Maybe I try that.
>
> Thanks,
> Joachim
>
Hi Joachim,
No probs. I've also been looking into it, and generally changing things with the code to see if I can nail down the problem. I'll let you know if I come up with anything.
Iain
More information about the BioRuby
mailing list