Skip to content

Commit

Permalink
Merge pull request resque#356 from chrisharper/add_travis_support
Browse files Browse the repository at this point in the history
Add travis support
  • Loading branch information
defunkt committed Aug 24, 2011
2 parents 78273c2 + 2783a43 commit b48f614
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .travis.yml
@@ -0,0 +1,5 @@
rvm:
- 1.8.7
- 1.9.2
- jruby
- rbx-2.0
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -8,5 +8,5 @@ group :test do
gem "mocha", "~> 0.9.7"
gem "leftright", :platforms => :mri_18
gem "yajl-ruby", "~>0.8.2", :platforms => :mri
gem "json", "~>1.5.3", :platforms => :jruby
gem "json", "~>1.5.3", :platforms => [:jruby, :rbx]
end

0 comments on commit b48f614

Please sign in to comment.