Sha256: 5f2f26ea7a17da0019fd55b36ee86785ad5b31c4e747c463e444b2e25df31b63

Contents?: true

Size: 409 Bytes

Versions: 2

Compression:

Stored size: 409 Bytes

Contents

language: ruby
bundler_args: --quiet
rvm:
  - rbx-2
  - 1.9.3
  - 2.0.0
  - ruby-head
script: "bundle exec rake"
gemfile:
  - Gemfile
notifications:
  recipients:
    - lourens@methodmissing.com
    - matt.connolly@me.com
branches:
  only:
    - master
before_install:
  - if [[ $(ruby -v) =~ rubinius ]]; then travis_retry gem install rubysl; fi; gem list; true
matrix:
  allow_failures:
    - rvm: ruby-head

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
rbczmq-1.7.6 .travis.yml
rbczmq-1.7.5 .travis.yml