Skip to content

Commit

Permalink
Testing against same rubies as resque (+ 2.1.0)
Browse files Browse the repository at this point in the history
as well as allowing failures for the same rubies.
  • Loading branch information
meatballhat committed Feb 18, 2014
1 parent e0e91aa commit f50b69a
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 f50b69a

Please sign in to comment.