Sha256: e0c349596e820a000f51f573786823df6b359aab08ed660b23277f9cb376fefd

Contents?: true

Size: 664 Bytes

Versions: 7

Compression:

Stored size: 664 Bytes

Contents

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

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.3.7
  - 2.4.4
  - 2.5.1

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
resque-unique_by_arity-3.0.2 .travis.yml
resque-unique_by_arity-3.0.1 .travis.yml
resque-unique_by_arity-3.0.0 .travis.yml
resque-unique_by_arity-2.0.2 .travis.yml
resque-unique_by_arity-2.0.1 .travis.yml
resque-unique_by_arity-2.0.0 .travis.yml
resque-unique_by_arity-1.0.12 .travis.yml