Sha256: 8dc29ad026818984c9a25c51a9e5919be22d384f164f5b849d29b03de2182bf9

Contents?: true

Size: 726 Bytes

Versions: 1

Compression:

Stored size: 726 Bytes

Contents

sudo: false
language: ruby
cache: bundler
rvm:
- 2.3.0
- 2.2.4
- 2.1.8
- 2.0.0
- 1.9.3
- jruby-19mode

before_install:
- gem update --system 2.1.11
- gem install bundler -v 1.12
- bundle --version
- gem --version

before_script:
- bundle list | grep 'bugsnag\|capistrano'
- bundle exec cap --version
script: bundle exec rake spec

jobs:
  include:
  - stage: test
    env: CAP_2_TEST=true
    install: bundle install --with test bugsnag
  - stage: test
    env: CAP_2_TEST=true
    install: bundle install --with test --without bugsnag
  - stage: test
    env: CAP_2_TEST=false
    install: bundle install --with test bugsnag
  - stage: test
    env: CAP_2_TEST=false
    install: bundle install --with test --without bugsnag

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bugsnag-capistrano-1.0.0 .travis.yml