diff --git a/.travis.yml b/.travis.yml index 1786e11..2a092ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,17 +1,10 @@ language: ruby -sudo: - false - rvm: - 2.2 - 2.3 - 2.4 - -install: - - gem install authorizenet - - bundle install - + - 2.5 script: - - bundle exec rspec spec/sample_code_spec.rb + - bundle exec rspec