File: .travis.yml

package info (click to toggle)
ruby-amqp 1.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 2,508 kB
  • sloc: ruby: 8,272; sh: 11; makefile: 10
file content (26 lines) | stat: -rw-r--r-- 430 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: ruby
bundler_args: --without development
before_script: ./bin/ci/before_build
script: "bundle exec rake spec:ci"
env:
  - CI=true
rvm:
  - 2.3.3
  - 2.4.1
gemfile:
  - Gemfile
  - gemfiles/eventmachine-pre
notifications:
  recipients:
    - michael@rabbitmq.com
branches:
  only:
    - master
    - 1.7.x-stable
matrix:
  allow_failures:
    - rvm: jruby
      gemfile: gemfiles/eventmachine-pre

services:
  - rabbitmq