Albacore / albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.
www.albacorebuild.net
221 stars 64 forks source link

Pre-install bundler #194

Closed jaredreynolds closed 8 years ago

jaredreynolds commented 8 years ago

Summary

Update bundler via before_install.

Details

When forked and built on Travis-CI's new architecture, the builds fail because bundler is too old (1.7.6). Installing bundler in before_install currently provides version 1.11.2 which allows the build to pass on the new architecture.