Sha256: 39be62237b7d6130ac4156c617bd13e9085e4bf349d38b755702dfccb74bc35b

Contents?: true

Size: 687 Bytes

Versions: 13

Compression:

Stored size: 687 Bytes

Contents

sudo: false
language: ruby

before_install:
- gem update --system 2.6.14
- gem --version
- gem install bundler -v 1.12
- bundle _1.12.0_ --version

install:
- bundle _1.12.0_ install --with "$GEMSETS" --binstubs

script:
- bundle exec ./bin/rake spec

jobs:
  include:
  - stage: test
    env: GEMSETS=test
    rvm: jruby-19mode
  - stage: test
    env: GEMSETS=test
    rvm: 1.9.3
  - stage: test
    env: GEMSETS=test
    rvm: 2.0.0
  - stage: test
    env: GEMSETS=test
    rvm: 2.1.10
  - stage: test
    env: GEMSETS="test sidekiq"
    rvm: 2.2.4
  - stage: test
    env: GEMSETS="test sidekiq coverage"
    rvm: 2.3.0
  - stage: test
    env: GEMSETS="test sidekiq"
    rvm: 2.4.1

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
bugsnag-6.6.3 .travis.yml
bugsnag-6.6.2 .travis.yml
bugsnag-6.6.1 .travis.yml
bugsnag-6.6.0 .travis.yml
bugsnag-6.5.0 .travis.yml
bugsnag-6.4.0 .travis.yml
bugsnag-6.3.0 .travis.yml
bugsnag-6.3.0.beta.0 .travis.yml
bugsnag-6.2.0 .travis.yml
bugsnag-6.1.1 .travis.yml
bugsnag-6.1.0 .travis.yml
bugsnag-6.0.1 .travis.yml
bugsnag-6.0.0 .travis.yml