Skip to content

Commit

Permalink
Merge pull request resque#368 from meatballhat/test-against-same-rubi…
Browse files Browse the repository at this point in the history
…es-as-resque

Testing against same rubies as resque (+ 2.1.0)
  • Loading branch information
Matteo Centenaro committed Feb 18, 2014
2 parents d37a9f7 + f50b69a commit 59e1679
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@ language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- jruby-19mode
- rbx
env:
global:
- RESQUE_SCHEDULER_DISABLE_TEST_REDIS_SERVER=1
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx
services:
- redis-server
notifications:
Expand Down

0 comments on commit 59e1679

Please sign in to comment.