Sha256: 191f5f437ed1ea1ad6a7af16760e81f881949b25ce20b1eb6ae563133d26b401

Contents?: true

Size: 326 Bytes

Versions: 2

Compression:

Stored size: 326 Bytes

Contents

language: ruby
rvm:
  - 2.3.0
  - 2.2
  - 2.1
  - 2.0
matrix:
  include:
    # Run specs on Rubinius, but not RuboCop, since it seg faults
    - 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

2 entries across 2 versions & 1 rubygems

Version Path
capistrano-3.6.1 .travis.yml
capistrano-3.6.0 .travis.yml