Sha256: 199bd4f896beab040afa3bc1feb59ddee013fa70f6d59361826f03c16ae4bb8e
Contents?: true
Size: 1.97 KB
Versions: 5
Compression:
Stored size: 1.97 KB
Contents
sudo: false language: ruby cache: bundler before_install: - gem update --system 2.6.11 - gem install bundler -v 1.12.0 - gem --version before_script: - bundle list | grep 'bugsnag\|capistrano' script: bundle exec rake spec jobs: include: # JRuby 1.9 - stage: test env: CAP_2_TEST=true install: bundle _1.12.0_ install --with test bugsnag rvm: jruby-19mode - stage: test env: CAP_2_TEST=true install: bundle _1.12.0_ install --with test --without bugsnag rvm: jruby-19mode - stage: test install: bundle _1.12.0_ install --with test bugsnag rvm: jruby-19mode - stage: test install: bundle _1.12.0_ install --with test --without bugsnag rvm: jruby-19mode # Ruby 2.0.0 - stage: test env: CAP_2_TEST=true install: bundle install --with test bugsnag --binstubs rvm: 2.0.0 - stage: test env: CAP_2_TEST=true install: bundle install --with test --without bugsnag --binstubs rvm: 2.0.0 - stage: test install: bundle install --with test bugsnag --binstubs rvm: 2.0.0 - stage: test install: bundle install --with test --without bugsnag --binstubs rvm: 2.0.0 # Ruby 2.1.10 - stage: test env: CAP_2_TEST=true install: bundle install --with test bugsnag --binstubs rvm: 2.1.10 - stage: test env: CAP_2_TEST=true install: bundle install --with test --without bugsnag --binstubs rvm: 2.1.10 - stage: test install: bundle install --with test bugsnag --binstubs rvm: 2.1.10 - stage: test install: bundle install --with test --without bugsnag --binstubs rvm: 2.1.10 # Ruby 2.3.0 - stage: test install: bundle install --with test bugsnag --binstubs rvm: 2.3.0 - stage: test install: bundle install --with test --without bugsnag --binstubs rvm: 2.3.0 # Ruby 2.4.2 - stage: test install: bundle install --with test bugsnag --binstubs rvm: 2.4.2 - stage: test install: bundle install --with test --without bugsnag --binstubs rvm: 2.4.2
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bugsnag-capistrano-1.1.2 | .travis.yml |
bugsnag-capistrano-2.0.0 | .travis.yml |
bugsnag-capistrano-1.1.1 | .travis.yml |
bugsnag-capistrano-1.1.0 | .travis.yml |
bugsnag-capistrano-1.0.1 | .travis.yml |