Skip to content

Commit

Permalink
Basic travis-ci.org setup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Aug 10, 2011
1 parent 49d877c commit 4eb5b20
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .travis.yml
@@ -0,0 +1,11 @@
script: rake test
rvm:
- 1.8.7
- 1.9.2
- 1.9.3
- rbx
- rbx-2.0
- jruby
- ree
notifications:
email: false
11 changes: 11 additions & 0 deletions Gemfile
@@ -0,0 +1,11 @@
source "http://rubygems.org"

gem "eventmachine"

group :development do
gem "rake-compiler"
end

group :test do
gem "rake" # for travis-ci.org
end

0 comments on commit 4eb5b20

Please sign in to comment.