Revision 85768baf9f54a1f43499cd6171d637e30adbd504 authored by Romain Dardour on 30 September 2012, 12:57:51 UTC, committed by Romain Dardour on 26 October 2012, 16:47:44 UTC
1 parent c64a6eb
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