Revision d8c4c80d5ddb312224492faac273497901c71b69 authored by Reinaldo Mello on 01 July 2013, 21:31:20 UTC, committed by Reinaldo Mello on 02 July 2013, 14:43:59 UTC
1 parent 6289751
Raw File
.travis.yml
language: ruby
rvm:
  - 1.9.3
  - jruby-19mode
  - rbx-19mode
  - 2.0.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.0
back to top