Hi Stephen, I use bundler to install Buildr on Travis CI, so with the proper Gemfile, you can do:
script: bundle exec buildr clean install Check out https://github.com/testinfected/simple-petstore for the details Cheers, -- Vincent On 2013-11-27, at 10:25 PM, Stephen Haberman <[email protected]> wrote: > Hey, > > I see that Buildr has a Travis CI setup. Out of curiosity, does anyone > have any projects that, instead of building Buildr itself, just use > Buildr as their build tool on Travis CI? > > I'm assuming Buildr would be pretty easy to use on Travis CI with a > "sudo gem install buildr" before_install hook, but I'm just curious if > anyone else has already gotten it working. > > - Stephen
