.travis.yml in sidekiq-unique-jobs-6.0.0.rc5 vs .travis.yml in sidekiq-unique-jobs-6.0.0.rc6
- old
+ new
@@ -26,15 +26,11 @@
- if [[ "${COV}" = "true" ]]; then ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT; fi;
rvm:
- 2.5.1
- 2.4.2
- 2.3.2
- - jruby-9.1.17.0
- jruby-9.2.0.0
matrix:
- allow_failures:
- - rvm: jruby-9.1.17.0
- - rvm: jruby-9.2.0.0
fast_finish: true
include:
- rvm: 2.5.1
gemfile: gemfiles/sidekiq_develop.gemfile
env: COV=true