Skip to content

Instantly share code, notes, and snippets.

@fritzek
Created June 6, 2011 09:05
Show Gist options
  • Save fritzek/1009970 to your computer and use it in GitHub Desktop.
Save fritzek/1009970 to your computer and use it in GitHub Desktop.
mail template about letting devs know that tests are failing because they aren't including rake in their gem file
Hey <github-handle>
Thanks that you run your test on Travis-CI.
Just to let you know: your tests failing because you haven't included rake in your Gemfile.
Please be so kind to add rake and your tests should run as you expect.
Thanks again for using Travis-CI
your Travis-Team
@joshk
Copy link

joshk commented Jun 6, 2011

Hey

Thanks for using Travis-CI to run your project tests.

Just to let you know: your tests are failing because you haven't included rake in your Gemfile. This was a recent change with Travis where we now do a bundle exec rake if a Gemfile exists, thus rake needs to either be a development dependency in your gemspec or be listed in your Gemfile.

If you have any questions or comments you can find us on irc in #travis on freenode.

Thanks a bundle,

the Travis-Team

@michaelklishin
Copy link

Thanks a bundle is a nice pun :)

@joshk
Copy link

joshk commented Jun 6, 2011

To be honest, I didn't even think of that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment