Sha256: eec15aa9051b35e080f7b302833465640d77c47eabc45b4f307f24607bb7f938

Contents?: true

Size: 373 Bytes

Versions: 2

Compression:

Stored size: 373 Bytes

Contents

language: ruby
rvm:
  - 2.6
  - 2.5
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-2.0.2 .travis.yml
cqm-validators-3.0.1 .travis.yml