Skip to content

Instantly share code, notes, and snippets.

@tghastings
Last active August 19, 2020 16:54
Show Gist options
  • Save tghastings/d3fd127863bf8677d2dd1c27b0a7b274 to your computer and use it in GitHub Desktop.
Save tghastings/d3fd127863bf8677d2dd1c27b0a7b274 to your computer and use it in GitHub Desktop.
language: ruby
cache: bundler
bundler_args: --without production
rvm:
- 2.5.7
before_install:
- gem install bundler:2.0.2
script:
- cd hw-ruby-intro
- bundle install
- bundle exec rspec
- cd ../hw-ruby-more
- bundle install
- bundle exec rspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment