Revision 436bd0e9ecf99a71fa117d9a9665b20f78272daf authored by Brandon Hilkert on 04 December 2012, 17:18:05 UTC, committed by Brandon Hilkert on 04 December 2012, 17:18:05 UTC
* Run queues in same redis connection
* Change name of queued to enqueued
1 parent 8cae744
Raw File
.travis.yml
language: ruby
rvm:
  - 1.9.3
  - jruby-19mode
  - rbx-19mode
  - 2.0
branches:
  only:
    - master
notifications:
  irc: "irc.freenode.org#sidekiq"
  email:
    recipients:
      - sidekiq@librelist.org
matrix:
  allow_failures:
    - rvm: jruby-19mode
    - rvm: rbx-19mode
    - rvm: 2.0
back to top