Sha256: 49f37ddd981fe02b5162f8a2ae3d34fea4de8229113e518ba51557783c7765c0

Contents?: true

Size: 602 Bytes

Versions: 6

Compression:

Stored size: 602 Bytes

Contents

language: ruby
rvm:
  - 2.4.1
  - 2.3.1
  - 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.3.1
    - rvm: 2.3.1
      before_script: bundle exec danger

script: bundle exec rake spec rubocop
install: bundle install --jobs=1
cache: bundler
branches:
  except:
    - legacy-v2
sudo: false

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
capistrano-3.11.0 .travis.yml
capistrano-3.10.2 .travis.yml
capistrano-3.10.1 .travis.yml
capistrano-3.10.0 .travis.yml
capistrano-3.9.1 .travis.yml
capistrano-3.9.0 .travis.yml