Created
June 6, 2011 09:05
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Thanks a bundle is a nice pun :)
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
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