Sha256: 91fa9050fb5cfb3b909390725c67ab049f06f69fd4447a12cce29fd85836fbcc

Contents?: true

Size: 429 Bytes

Versions: 2

Compression:

Stored size: 429 Bytes

Contents

language: ruby
rvm:
  - 2.2.9
  - 2.3.6
  - 2.4.3
  # - 2.5.0 The latest version is in the include clause and runs with danger.
before_install:
  - gem update --system
  - gem install bundler --no-document

matrix:
  include:
    # Bleeding edge
    - rvm: ruby-head

    # Running one job to execute DANGER bot
    - rvm: 2.5.0
      script:
        - gem install danger
        - danger

  allow_failures:
    - rvm: ruby-head

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
devise-bootstrap-form-0.2.0 .travis.yml
devise-bootstrap-form-0.1.0 .travis.yml