.travis.yml in sidekiq_middlewares-0.1.0 vs .travis.yml in sidekiq_middlewares-0.2.0
- old
+ new
@@ -1,19 +1,19 @@
language: ruby
-script: rspec spec -f d
+script: bundle exec rake
+before_install:
+ - gem update --system --no-document
+
install:
- gem update bundler
- bundle install
rvm:
- - 1.9
- - 2.0.0
- - 2.1.1
- - 2.1.2
- 2.2.2
- 2.3.1
- 2.4.1
+ - 2.5.1
- jruby-19mode
- ruby-head
- jruby-head