.travis.yml in graphql-pagination-1.0.0 vs .travis.yml in graphql-pagination-1.1.0
- old
+ new
@@ -1,11 +1,10 @@
---
sudo: false
language: ruby
cache: bundler
rvm:
- - 2.5.7
- - 2.6.5
-before_install: gem install bundler -v 2.1.1
+ - 2.6
+before_install: gem install bundler
script:
- - bundle exec rspec
- - bundle exec rubocop
+ - bundle exec rake spec
+ - bundle exec rake rubocop