[BioRuby] Travis-CI & bundler problem

Joachim Baran joachim.baran at gmail.com
Fri Nov 8 14:45:25 UTC 2013


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



More information about the BioRuby mailing list