Skip to content

Commit

Permalink
Initial stab @ travis-ci integration
Browse files Browse the repository at this point in the history
  • Loading branch information
methodmissing committed Jan 7, 2012
1 parent ac78cb0 commit 65e463e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
13 changes: 13 additions & 0 deletions .travis.yml
@@ -0,0 +1,13 @@
language: ruby
rvm:
- 1.9.2
- 1.9.3
script: "bundle exec rake"
gemfile:
- Gemfile
notifications:
recipients:
- lourens@methodmissing.com
branches:
only:
- master
4 changes: 3 additions & 1 deletion Gemfile
@@ -1,3 +1,5 @@
source :rubygems

gemspec
gemspec

gem 'rake'
3 changes: 2 additions & 1 deletion Gemfile.lock
Expand Up @@ -2,6 +2,7 @@ PATH
remote: .
specs:
rbczmq (0.1)
rake-compiler (~> 0.7.9)

GEM
remote: http://rubygems.org/
Expand All @@ -14,5 +15,5 @@ PLATFORMS
ruby

DEPENDENCIES
rake-compiler (~> 0.7.9)
rake
rbczmq!
1 change: 0 additions & 1 deletion README.rdoc
Expand Up @@ -242,7 +242,6 @@ Running tests
* Revisit JRuby C API support
* Push gem out to rubygems.org
* RDOC fail on mixed C and Ruby source files that document that same constants
* Setup CI
* GC guards to prevent recycling objects being sent / received.

== Contact, feedback and bugs
Expand Down

5 comments on commit 65e463e

@michaelklishin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We are in #travis on freenode if you have questions or need help.

@methodmissing
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Michael,

Thanks for the heads up - got it up and running but still having a linking issue - I'll assert in a local Ubuntu VM instance later today.

@michaelklishin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@methodmissing let me know if you want a URL to our Ruby VM image (vagrant box).

@methodmissing
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@michaelklishin that'll be most helpful if and when you have a free moment

@michaelklishin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@methodmissing our Ruby VM box is at http://files.travis-ci.org/boxes/provisioned/travis-ruby.box, it is supposed to be used with Vagrant or you can unpack .box and find .ovf image there. Keep in mind that it is about 2.4 GB in size.

In addition, see our ZeroMQ cookbook. We will be happy to tweak it if necessary. Most of our contributors use sous chef to test cookbook changes.

Please sign in to comment.