Sha256: 2d4c9d92d51739f72c044020bf078cda0678a598eb344e478cad67a4b13900d7

Contents?: true

Size: 461 Bytes

Versions: 2

Compression:

Stored size: 461 Bytes

Contents

# https://github.com/travis-ci/travis-ci/wiki/.travis.yml-options
bundler_args: --without development
script: "bundle exec rake spec:ci"
before_script: ./bin/ci/before_build.sh
rvm:
  - 1.8.7
  - rbx-18mode
# - rbx-19mode
  - jruby
  - 1.9.2
  - 1.9.3
# - ruby-head
gemfile:
  - Gemfile
  - gemfiles/eventmachine-pre
notifications:
  recipients:
    - michaelklishin@me.com
branches:
  only:
    - master
    - 0.9.x-stable
    - 0.8.x-stable
    - 0.7.x-stable

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
amqp-0.9.2 .travis.yml
amqp-0.9.1 .travis.yml