Revision c449d25513d4667df66b0b5e1d017340ef47997f authored by Mike Perham on 14 August 2012, 03:23:14 UTC, committed by Mike Perham on 14 August 2012, 03:23:14 UTC
1 parent ae2837b
Raw File
.travis.yml
language: ruby
rvm:
  - 1.9.3
  - jruby-19mode
branches:
  only:
    - master
notifications:
  irc: "irc.freenode.org#sidekiq"
  email:
    recipients:
      - sidekiq@librelist.org
matrix:
  allow_failures:
    - rvm: jruby-19mode
back to top