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

Add travis support #47

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add travis support #47

wants to merge 1 commit into from

Conversation

chrisharper
Copy link

I've made some additions and alterations in order for delayed_job to be ran on TravisCI ( http://travis-ci.org/ ).

All that is required is a new service hook being created ( http://about.travis-ci.org/docs/user/getting-started/ ) for the project.

You can also change the ruby selection and update notification preferences using the .travis.yml file ( http://about.travis-ci.org/docs/user/build-configuration/ )

There appears to be an issue with 3.1 activerecord and ruby 1.9.2 ( most likely YAML based) : http://travis-ci.org/#!/chrisharper/delayed_job/builds/88921

P.S I have created a picture of me in a monkey suit to persuade you :
https://twitter.com/#!/_chrisharper/status/104528543744139264

@chrisharper
Copy link
Author

UPDATE

After applying the pull request here :#46

It fixes the 3.1 issues on 1.8.7 and rbx : http://travis-ci.org/#!/chrisharper/delayed_job/builds/88948

Jruby with 3.1 seems to still be affected.

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

Successfully merging this pull request may close these issues.

None yet

1 participant