Sha256: 37a22f591eddd68e6755971dc1c22dc43b1bbb552788ac849a9ae7cf910921bd

Contents?: true

Size: 442 Bytes

Versions: 1

Compression:

Stored size: 442 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.8.x-stable
    - 0.7.x-stable

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amqp-0.9.0 .travis.yml