-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Travis CI? #7
Comments
I've not worked with travis-ci before, but it looks great! So, yes, I would be interested in a patch for travis-ci. |
I have a work-in-progress branch for that here: Right now travis is wired up but the build is failing on installing RCOV gem on Travis. http://travis-ci.org/#!/KensoDev/record-cache/jobs/586898 I am trying to figure out where is this coming from. |
The problem is here : ruby-1.9.2-p290 + rcov 1.0.0 ... I am successfully using Simplecov + simplecov-html on the same ruby platform |
Thanks, I'll update the gems and push, see if this works |
Maybe would be nice if you add Rails 3.2 to the test env ... |
yeah, I added it, you can see it on my branch. Right now it's testing agains both. Now the build is running on Travis, currently failing on 2 examples. I am trying to figure out what the issue is. |
Merged pull request #33 |
Would you be interested in a patch to include this in travis-ci so it can run against various rubies and Rails versions?
The text was updated successfully, but these errors were encountered: