Skip to content

Instantly share code, notes, and snippets.

@tghastings
Created April 19, 2021 14:17
Show Gist options
  • Save tghastings/2bda8dd9694ad13ef1080db3543f3e78 to your computer and use it in GitHub Desktop.
Save tghastings/2bda8dd9694ad13ef1080db3543f3e78 to your computer and use it in GitHub Desktop.
language: ruby
cache: bundler
bundler_args: --without production
rvm:
- 2.7.0
before_install:
- gem install bundler:2.2.11
script:
- bundle exec rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment