Skip to content
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

Closed
jaylevitt opened this issue Dec 13, 2011 · 8 comments
Closed

Travis CI? #7

jaylevitt opened this issue Dec 13, 2011 · 8 comments

Comments

@jaylevitt
Copy link

Would you be interested in a patch to include this in travis-ci so it can run against various rubies and Rails versions?

@orslumen
Copy link
Owner

I've not worked with travis-ci before, but it looks great!

So, yes, I would be interested in a patch for travis-ci.

@KensoDev
Copy link

I have a work-in-progress branch for that here:
https://github.com/KensoDev/record-cache/tree/travis

Right now travis is wired up but the build is failing on installing RCOV gem on Travis.
You can have a look at the build results here:

http://travis-ci.org/#!/KensoDev/record-cache/jobs/586898

I am trying to figure out where is this coming from.

@alecslupu
Copy link

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

@KensoDev
Copy link

Thanks, I'll update the gems and push, see if this works

@alecslupu
Copy link

Maybe would be nice if you add Rails 3.2 to the test env ...

@KensoDev
Copy link

yeah, I added it, you can see it on my branch.

Right now it's testing agains both.
SimpleCov solved the issue, this and making the default rake task run the spec.

Now the build is running on Travis, currently failing on 2 examples.
When I run the suite locally, only 1 example is failing.

I am trying to figure out what the issue is.

@robinroestenburg
Copy link
Contributor

I've added pull request #33 which adds the initial Travis CI configuration to test against multiple rubies. The appraisal gem has recently been added to the project to test against different versions of Rails.

This issue can be closed.

@orslumen
Copy link
Owner

Merged pull request #33

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants