jcraigk/story_key

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
dist: focal
language: ruby
cache: bundler
rvm:
  - 3.2.0
notifications:
  email: false
before_install:
  - gem update --system --no-document
  - gem install bundler --no-document
script:
  - bundle exec rubocop
  - bundle exec rspec spec