.travis.yml in omniauth-vkontakte-1.5.1 vs .travis.yml in omniauth-vkontakte-1.6.0

- old
+ new

@@ -1,5 +1,6 @@ +language: ruby before_install: - gem update bundler - bundle --version - gem update --system - gem --version @@ -7,5 +8,8 @@ - 2.6.0 - 2.5.3 - 2.4.5 - 2.3.8 - jruby-head +script: + - bundle exec rspec + - bundle exec rubocop