diff --git a/.travis.yml b/.travis.yml index 39c0bfc..5fdcd24 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ +language: ruby +os: linux before_install: gem install bundler rvm: - '2.6.0' - - '2.7.2' diff --git a/Gemfile b/Gemfile index a447d79..f68ed09 100644 --- a/Gemfile +++ b/Gemfile @@ -3,11 +3,11 @@ source 'https://rubygems.org' gem 'byebug' gem 'rake' -gem 'rubocop' -gem 'rubocop-shopify', require: false gem 'yard' group :test do + gem 'rubocop' + gem 'rubocop-shopify', require: false gem 'rspec', '~> 3.2' gem 'vcr', '~> 2.9', github: 'vcr/vcr', branch: 'master', ref: '480304be6d73803e6c4a0eb21a4ab4091da558d8' end