Sha256: 7349b02e4dfa7287bce70873fcc6979358d8cc4579cb66eaf446dddfcf257826

Contents?: true

Size: 497 Bytes

Versions: 1

Compression:

Stored size: 497 Bytes

Contents

language: ruby
rvm:
  - 2.3.0
  - 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
script: bundle exec rake spec rubocop
install: bundle install --jobs=1
cache: bundler
branches:
  except:
    - legacy-v2
sudo: false

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
capistrano-3.7.0.beta1 .travis.yml