Sha256: 1a7a2e2f0dd7ffde885f979c21e43951505f697209025ed917d7cf3ed53ae3f5

Contents?: true

Size: 391 Bytes

Versions: 1

Compression:

Stored size: 391 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-2.0
  - jruby
  - 1.9.2
  - 1.9.3
gemfile:
  - Gemfile
  - gemfiles/eventmachine-pre
notifications:
  recipients:
    - michaelklishin@me.com
branches:
  only:
    - master
    - 0.7.x-stable

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
amqp-0.8.0 .travis.yml