Gazler/githug

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: ruby
dist: focal
rvm:
  - 2.4.10
  - 2.5.9
  - 2.6.8
  - 2.7.4
  - 3.0.1
  - ruby-head

matrix:
  allow_failures:
    - rvm: ruby-head

before_install:
  - gem update --system
  - git config --global user.email 'user@example.com'
  - git config --global user.name 'Test User'