Sha256: 0dde9a1cbac3ca679065e9d1e1569f7b66dba0eac60a553fbe14b26a36ba8f34

Contents?: true

Size: 605 Bytes

Versions: 5

Compression:

Stored size: 605 Bytes

Contents

language: ruby
rvm:
  - 2.6.3
  - 2.5.5
  - 2.4.6
  - 2.3.8
  - 2.2
  - 2.1
  - 2.0
matrix:
  # Rubinius periodically fails in general, and it always segfaults for RuboCop
  # in particular. Until we figure out how to make it work consistently, allow
  # it to fail without breaking the build.
  allow_failures:
    - rvm: rbx-2
  include:
    - rvm: rbx-2
      script: bundle exec rake spec
    # Run Danger only once, on 2.5.3
    - rvm: 2.5.5
      before_script: bundle exec danger

script: bundle exec rake spec rubocop
install: bundle install --jobs=1
cache: bundler
branches:
  only:
    - master

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
capistrano-3.14.0 .travis.yml
capistrano-3.13.0 .travis.yml
capistrano-3.12.1 .travis.yml
capistrano-3.12.0 .travis.yml
capistrano-3.11.2 .travis.yml