amitree / delayed_job_recurring

Extends delayed_job to support recurring jobs
MIT License
84 stars 33 forks source link

Add CI to project #4

Closed iamvery closed 9 years ago

iamvery commented 9 years ago

I got your comment and realized that I mistakenly thought the code worked fine without the line. This was because I failed to tear down my test database before running the test suite again. Here's some continuous integration to help catch these things for us! I'll rework the delayed job 3.x compatibility with test coverage :smile:

iamvery commented 9 years ago

You'll need to turn travis on in the project's settings for these tests to start running :+1: