Sha256: 39ca931ae63a82ad88846509e2f66a9330d91e3dafb950a71356c93a7500d64b

Contents?: true

Size: 676 Bytes

Versions: 6

Compression:

Stored size: 676 Bytes

Contents

env:
  global:
  - JRUBY_OPTS="-Xcli.debug=true --debug"
  - CC_TEST_REPORTER_ID=dbf17209b125b5a7b2e492fc5cf6e439a00a5ab8f0d4c10c926fc68564813cae

before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build

script:
- bundle exec rspec

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

before_install:
- gem update --system
- gem install bundler

install:
- bundle install

bundler_args: --no-deployment --jobs 3 --retry 3

cache: bundler

language: ruby
sudo: false

rvm:
  - 2.2.10
  - 2.3.7
  - 2.4.4
  - 2.5.1

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
resque-unique_at_runtime-4.0.1 .travis.yml
resque-unique_at_runtime-4.0.0 .travis.yml
resque-unique_at_runtime-3.0.2 .travis.yml
resque-unique_at_runtime-3.0.1 .travis.yml
resque-unique_at_runtime-3.0.0 .travis.yml
resque-unique_at_runtime-2.0.4 .travis.yml