Skip to content

Commit b48f614

Browse files
committed
Merge pull request resque#356 from chrisharper/add_travis_support
Add travis support
2 parents 78273c2 + 2783a43 commit b48f614

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
rvm:
2+
- 1.8.7
3+
- 1.9.2
4+
- jruby
5+
- rbx-2.0

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ group :test do
88
gem "mocha", "~> 0.9.7"
99
gem "leftright", :platforms => :mri_18
1010
gem "yajl-ruby", "~>0.8.2", :platforms => :mri
11-
gem "json", "~>1.5.3", :platforms => :jruby
11+
gem "json", "~>1.5.3", :platforms => [:jruby, :rbx]
1212
end

0 commit comments

Comments
 (0)