Revision c4e5b526764e348a5257e35814c01fc5bff47548 authored by Mike Perham on 20 October 2012, 21:09:27 UTC, committed by Mike Perham on 20 October 2012, 21:09:27 UTC
1 parent 05cbc63
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