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 #11

Open
samwho opened this issue Jun 22, 2012 · 0 comments
Open

Travis CI #11

samwho opened this issue Jun 22, 2012 · 0 comments

Comments

@samwho
Copy link
Collaborator

samwho commented Jun 22, 2012

It's probably about time we got ourselves up on Travis CI.

The code is prepared for it. The requirements are that you have a Rakefile and the default task is your test suite. Check. Now we just need the .travis.yml file, which should look something like this:

language: ruby
rvm:
    - 1.8.7
    - 1.9.2
    - 1.9.3

That will run our test suite against the three major versions of Ruby in use at the moment. Save it as .travis.yml in the project root directory, sign up for a Travis-CI account (http://travis-ci.org/), then go to your profile and activate Travis in this repository :)

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

No branches or pull requests

1 participant