Revision 9ce4fec04364076d5ef1eed8592b0df04f7f220b authored by Brandon Hilkert on 04 December 2012, 22:10:42 UTC, committed by Brandon Hilkert on 04 December 2012, 22:11:12 UTC
1 parent de55c8d
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