.travis.yml in graphql-pagination-0.2.2 vs .travis.yml in graphql-pagination-0.2.3

- old
+ new

@@ -1,9 +1,11 @@ --- sudo: false language: ruby cache: bundler rvm: - - 2.4.6 - - 2.5.5 - - 2.6.3 -before_install: gem install bundler -v 2.0.1 + - 2.5.7 + - 2.6.5 +before_install: gem install bundler -v 2.0.2 +script: + - bundle exec rspec + - bundle exec rubocop