.travis.yml in graphql-pagination-1.1.0 vs .travis.yml in graphql-pagination-1.1.1

- old
+ new

@@ -2,9 +2,10 @@ sudo: false language: ruby cache: bundler rvm: - 2.6 + - 2.7 before_install: gem install bundler script: - bundle exec rake spec - bundle exec rake rubocop