Sha256: bda3bd435b1899c341e78bac6ce3f08f45b5f9fcbed7178f4304e3e55b95c25a

Contents?: true

Size: 389 Bytes

Versions: 2

Compression:

Stored size: 389 Bytes

Contents

language: ruby
rvm:
  - 2.6
  - 2.5
  - 2.4
  - 2.3
cache:
  - bundler
sudo: required
services:
  - mongodb
branches:
  only:
  - master
  - cqm_validators_2_x
before_script:
  - git config --global user.email "travis@travis.ci"
  - git config --global user.name "Travis CI"
script:
  - bundle exec overcommit --sign
  - bundle exec overcommit --run
  - travis_retry bundle exec rake test

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
cqm-validators-3.0.0 .travis.yml
cqm-validators-2.0.1 .travis.yml