Sha256: 506a2a862376f1ecae550a9abc1a2824e9f22868a82c28006f8b83ad9d5947f0

Contents?: true

Size: 366 Bytes

Versions: 2

Compression:

Stored size: 366 Bytes

Contents

language: ruby
rvm:
  - 2.6
  - 2.5
  - 2.4
  - 2.3
cache:
  - bundler
sudo: required
services:
  - mongodb
branches:
  only:
  - master
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.0 .travis.yml
cqm-validators-1.0.1.0 .travis.yml