.travis.yml in sidekiq-unique-jobs-6.0.0.rc4 vs .travis.yml in sidekiq-unique-jobs-6.0.0.rc5
- old
+ new
@@ -13,24 +13,28 @@
- sudo rm -rf /etc/apt/sources.list.d/rwky-redis.list
- sudo add-apt-repository ppa:chris-lea/redis-server -y
- sudo apt-get update -qy
- sudo apt-get install redis-server
- sudo service redis-server start
-before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
+before_script:
- ./cc-test-reporter before-build
script:
- if [[ "${COV}" = "true" ]]; then bundle exec rubocop -P; fi;
- - bundle exec rspec spec
+ - bundle exec rspec
+after_script:
- 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.15.0
+ - 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