.travis.yml in fishplate-0.2.2 vs .travis.yml in fishplate-0.3.0
- old
+ new
@@ -5,7 +5,6 @@
rvm:
- 2.5.7
- 2.6.5
before_install: gem install bundler -v 2.0.2
script:
- - bundle exec rspec
- - bundle exec rubocop
+ - bundle exec rake
- old
+ new